Basic Validation Script

wxdqz

New Member
I just copy/pasted the "Basic Validation" script from this site and was able to make fields on my forms be required.

What I would like to do is have a field be required depending on the status of another field. I have 3 sets of 2 drop-down boxes. Within each drop-down box pair the second box is required only if the value of the first drop-down box is 2 or 3. If the value of the first drop-down box is 1 then the second drop-down box is not required.

Does anyone know if a script like this exists? Or how I could modify the Basic Validation script to add this?
 
Back
Top