Reply To: Response tag not displaying

Home Forums Jquery Validation for Contact Form 7 Response tag not displaying Reply To: Response tag not displaying

#4202
Steve
Guest

Actually, answered it myself using…


$("#sellectBox").bind("change", function () {
     $('#SELLECTION').valid(); // trigger validation on another field
});

Thanks