Skip to main content
kimybrown
Participant
September 14, 2020
Answered

Clear "No" Selection

  • September 14, 2020
  • 1 reply
  • 860 views

I am using Acrobat X. I accidentally selected the (bubble?) to the left of "No" in a form I'm filling out. How do I clear it? Thank you!

This topic has been closed for replies.
Correct answer try67

If it's a radio-button you can't "un-select" it directly. Hopefully there's a "Yes" option... If there's only one option then the designer of the from did a bad job. Using Acrobat you can reset it without having to reset the entire form, though, by running this command from the JS Console:

this.resetForm(["Name of field"]);

Replace "Name of field" with that field's name, of course.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
September 14, 2020

If it's a radio-button you can't "un-select" it directly. Hopefully there's a "Yes" option... If there's only one option then the designer of the from did a bad job. Using Acrobat you can reset it without having to reset the entire form, though, by running this command from the JS Console:

this.resetForm(["Name of field"]);

Replace "Name of field" with that field's name, of course.