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?
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