Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
I require a pdf with form fields - both checkboxes and a signature field. I have tried everything to get it to work but the checkboxes won't check when I click on them.
I've attached a simple MRT to demonstrate and the resulting PDF.
Here are the details:
Each checkbox is marked as "Editable"
I am using c# code in the background
To get the signature field to work correctly, I am using a fix you gave me some time ago:
When you open the PDF you will see that the checkboxes are displayed but when you click on one, nothing happens. What can I do to get it to work?
Many thanks.
Thank-you for your reply and sorry for my delay in answering. I am using new dlls with version 2025.2.1.0. For the example I had to simplify things alot. In my code, the above report is added as a sub-report to a main StiReport. The problem, I have discovered, only happens when I have this constellation. I have modified the code so that the report is now stand-alone, no longer a sub-report and now it is working. This is a suitable work-around for me.
Thanks for your help.
John wrote: ↑Wed May 07, 2025 7:43 am
Dear support team,
I require a pdf with form fields - both checkboxes and a signature field. I have tried everything to get it to work but the checkboxes won't check when I click on them.
I've attached a simple MRT to demonstrate and the resulting PDF.
Here are the details:
Each checkbox is marked as "Editable"
I am using c# code in the background
To get the signature field to work correctly, I am using a fix you gave me some time ago:
When you open the PDF you will see that the checkboxes are displayed but when you click on one, nothing happens. What can I do to get it to work?
Many thanks.
Why are the checkboxes in my PDF form not responding when clicked, despite being marked as 'Editable' and using the correct export settings?