Jan 12th, 2012, 1:02 PM
Well, after changing the validation.php code, I no longer get the error mentioned in my post. YAY!
However, using the following validation rule on a test form doesn't work. I can select the checkbox in question, but the requirement doesn't prevent the form from submitting.
Link to test form thank you page: https://www.campmackinaw.com/secure/_test_clear.php
Link to test form: https://www.campmackinaw.com/secure/_test.php
However, using the following validation rule on a test form doesn't work. I can select the checkbox in question, but the requirement doesn't prevent the form from submitting.
Code:
$rules[] = "if:certificates=Other,required,other_certs_possessed, Please enter the type of CERTIFICATE.";
Link to test form thank you page: https://www.campmackinaw.com/secure/_test_clear.php
Link to test form: https://www.campmackinaw.com/secure/_test.php