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

I have created a form with check boxes. One question has two check boxes with one being a "yes" other being a "no". I only want to be able to select one box but currently I can select them both

Guest
Jun 20, 2016 Jun 20, 2016

I created a form with check boxes,  I currently have two check boxes within one question I want to be able to only select one check box and make it mandatory that one box needs to be checked.  Currently I am able to select both check boxes.

TOPICS
Acrobat SDK and JavaScript , Windows
492
Translate
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

correct answers 1 Correct answer

Community Expert , Jun 20, 2016 Jun 20, 2016

Give them the same field name, but different export values.

Translate
Community Expert ,
Jun 20, 2016 Jun 20, 2016

Give them the same field name, but different export values.

Translate
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
LEGEND ,
Jun 20, 2016 Jun 20, 2016
LATEST

For others that may happen upon this post.

Copy and paste the field.

Position as necessary

Open "Properties", use right mouse button.

Select "Options" tab.

Change "Export Value" from "Yes" to "No".

Close the dialog box.

ButtonExportValue.jpg

Translate
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