jquery - Writing custom validator to confirm email fields with formvalidator.net -
I am using the jquery form validation plugin, it works right, but still I have to confirm / There is a small problem in writing a custom validator to compare. I have the "MEMmail" field and the "confirm_mEmail" field in my form. I
& lt; Label & gt; Email: & lt; / Label & gt; I need a custom verifier to ensure that both of them confirm the email address. ; & Lt; Input id = "mEmail" type = "text" name = "mEmail" size = "50" data-verification = "email" & gt; & Lt; Br / & gt; & Lt; / Div & gt; & Lt; Div class = "form-line" & gt; & Lt; Label & gt; Confirm Email: & lt; / Labels & gt; & Lt; Input id = "confirm_mEmail" type = "text" name = "confirm_m email" size = "50" data-verification = "email" & gt; & Lt; Br / & gt; & Lt; / Div & gt; is an example of a custom Vedic, but I can not make one for it.
Any help has been highly appreciated.
Thank you,
Maybe you use Password Confirmation System You can use?
and
& lt; P & gt; Email & lt; Input name = "email_confirmation" data-verification = "email" & gt; Confirm Email & lt; Input name = "email" data-verification = "confirmation" & gt; & Lt; / P & gt;
Comments
Post a Comment