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

If Then Check Box Visibility

Community Beginner ,
Jan 22, 2016 Jan 22, 2016

Hello experts.

I am using Adobe Acrobat XI Pro.  I would like to make a textbox visible and, at the same time, make 2 checkboxes invisible when a third checkbox is "checked".  For example:

If Checkbox 1 is checked then

make textbox 1 visible and checkbox 2 and checkbox 3 invisible

else

textbox 1 is invisible and the two checkboxes visible

Hope this makes sense.  Thank you for your help.

TOPICS
Acrobat SDK and JavaScript , Windows
443
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 ,
Jan 22, 2016 Jan 22, 2016

You have to add some custom JavaScript that specifies very specific field objects and possibly widgets (a widget is an identifier of a specific check box or radio button within an exclusionary group of check boxes or radio buttons).

Disabling (graying-out) form fields with Acrobat 7 and 8 by Thom Parker.

The graphical UI has changed but not the code.

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
Community Beginner ,
Jan 26, 2016 Jan 26, 2016
LATEST

Do you have any suggestions on how to go about doing that?

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