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 […]

Read More…