Answered
makes other fields required
If I select a checkbox, I want it to make a dropdown field required.
If I select a checkbox, I want it to make a dropdown field required.
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");
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.