Conditional Validation with jQuery Validation Plugin – Conditionally Require Field Value

So here is another tip for jQuery Validation Plugin. Sometimes you might require a value for the field based on the value of some other field. e.g. you may have contact form with two radio buttons for contact preference: email or phone. Now based on what they select you might want to require a value for the email field or the phone field. So how do we solve this problem? Pretty Simple! Continue reading “Conditional Validation with jQuery Validation Plugin – Conditionally Require Field Value”