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

Dynamically changing dropdown box

Explorer ,
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

Views

256

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

In your Validation script add the following:

event.rc = false;

Votes

Translate

Translate

Report

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