Copy link to clipboard
Copied
Hi there. I have this problem which desperately requires your expertise. I have a combo box with 5 options, 1) Acceptable, 2) Damaged, 3) Pitted, 4) Dent, 5) Peeloff. If the user chooses Option 2,3,4 or 5, I would like to pop up a text field, in which the user can provide their comments (dimension).
Is it possible to execute this? Thank you so much for the help
Copy link to clipboard
Copied
Fields can be hidden and shown with a script.
Here's a couple of articles that explain how to do it:
https://acrobatusers.com/tutorials/show_hide_fields
https://acrobatusers.com/tutorials/change_another_field
Use the Acrobat JavaScript Reference early and often
Copy link to clipboard
Copied
Fields can be hidden and shown with a script.
Here's a couple of articles that explain how to do it:
https://acrobatusers.com/tutorials/show_hide_fields
https://acrobatusers.com/tutorials/change_another_field
Use the Acrobat JavaScript Reference early and often