- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2022 05:57 PM
I have a Yes/No variable, and the entry needs to get populated in 2 Yes/No read-only boxes farther down the form. Is there a simple script to make this happen?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2022 03:38 PM
Good point! It's a Yes/No field so there's only 2 choices so that'll do.
Need to check "Reverse if false" in that case.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2022 03:38 PM
Good point! It's a Yes/No field so there's only 2 choices so that'll do.
Need to check "Reverse if false" in that case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2023 01:00 PM
I have something similar, would appreciate some assistance on showing me what I'm doing wrong. 🙂
I've tried it several ways.
Using a client script.
Two fields. If variable1 is 'Yes', variable2 is 'No', vise versa.
I've got it working one direction (variable1 only), not the opposite (for variable2).
I also need to clear the fields when '-- None --' is selected for either variable (variable1 or variable2).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2023 09:49 PM
Try Putting if(newValue == ' ');