Validating one Field from Another
Greetings! and thanks for any input.
I have a text field being validated based on two other fields and a checkbox - if the box is checked, the input is compared to the first field; if it is unchecked, the input is compared to the other field instead. I've coded this and it's working perfectly.
What I'd like to do is have the field re-validated when the checkbox is clicked, so that the effect of the checkbox on the validation is immediate rather than the field itself having to be changed again. Is there a way to do this?
Hope my explanation is clear enough. Thanks again!
