0
Adobe Acrobat Form Question
Explorer
,
/t5/adobe-acrobat-online-discussions/adobe-acrobat-form-question/td-p/11522049
Oct 20, 2020
Oct 20, 2020
Copy link to clipboard
Copied
In Adobe Acrobat, is there a way to make a pair of Yes/No checkboxes either appear or disappear based on a dropdown selection chosen?
TOPICS
Fill and sign
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/adobe-acrobat-online-discussions/adobe-acrobat-form-question/m-p/11524608#M34629
Oct 21, 2020
Oct 21, 2020
Copy link to clipboard
Copied
Yes. You can use something like this as the custom validation script of the drop-down field:
this.getField("Checkbox1").display = (event.value=="Option1") ? display.visible : display.hidden;
PS. In the future, post questions about Acrobat here: https://community.adobe.com/t5/acrobat/bd-p/acrobat
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

