Copy link to clipboard
Copied
I have created a form and several different places I use radio buttons (Required, N/A). During testing I checked the radio box. How do I remove the check from my master form, so that it is blank when I send it out.
I am using Acrobat Standard 2015.
Copy link to clipboard
Copied
Resetting the form should do this. You can run this code from the console window
this.resetForm();
Or add a button to your form that performs the Reset Action,
Or use the Clear Form menu item in Prepare forms mode.
Use the Acrobat JavaScript Reference early and often
Copy link to clipboard
Copied
Resetting the form should do this. You can run this code from the console window
this.resetForm();
Or add a button to your form that performs the Reset Action,
Or use the Clear Form menu item in Prepare forms mode.
Use the Acrobat JavaScript Reference early and often