Skip to main content
MaksDad07
Inspiring
April 12, 2018
Answered

remove check from radio button

  • April 12, 2018
  • 1 reply
  • 1309 views

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.

This topic has been closed for replies.
Correct answer Thom Parker

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.

1 reply

Thom Parker
Community Expert
Thom ParkerCommunity ExpertCorrect answer
Community Expert
April 12, 2018

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.

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often