Skip to main content
This topic has been closed for replies.
Correct answer try67

Use this code as the check-box's Mouse Up script (adjust the name of the field in the code to match the actual field name in your file):

this.getField("Dropdown1").required = (event.target.value!="Off");

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
August 5, 2016

Use this code as the check-box's Mouse Up script (adjust the name of the field in the code to match the actual field name in your file):

this.getField("Dropdown1").required = (event.target.value!="Off");