0
Dynamically changing dropdown box
Explorer
,
/t5/acrobat-discussions/dynamically-changing-dropdown-box/td-p/12893128
Apr 20, 2022
Apr 20, 2022
Copy link to clipboard
Copied
I have a form in which certain members are only valid if another form field is specified. Something like this.
Member: Checkbox
Dropdown: Four selections, fourth is not valid unless Member is checked.
If the invalid selection is picked, I find it easy enough to detect and produce a warning, but I would like to change the selected value in the dropdown back to the value it was before the selection.
I hope that is clear.
Thanks
I hope that is clear.
TOPICS
PDF forms
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/acrobat-discussions/dynamically-changing-dropdown-box/m-p/12893300#M360027
Apr 20, 2022
Apr 20, 2022
Copy link to clipboard
Copied
In your Validation script add the following:
event.rc = false;
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

