• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

remove check from radio button

Explorer ,
Apr 12, 2018 Apr 12, 2018

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.

TOPICS
PDF forms

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Community Expert ,
Apr 12, 2018 Apr 12, 2018

Copy link to clipboard

Copied

LATEST

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 PDFScripting
Use the Acrobat JavaScript Reference early and often

View solution in original post

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 12, 2018 Apr 12, 2018

Copy link to clipboard

Copied

LATEST

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 PDFScripting
Use the Acrobat JavaScript Reference early and often

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines