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

Dynamically changing dropdown box

Explorer ,
Apr 20, 2022 Apr 20, 2022

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
326
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 Expert ,
Apr 20, 2022 Apr 20, 2022
LATEST

In your Validation script add the following:

event.rc = false;

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