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?

Password Confirmation & lt; P & gt; Password (at least 8 characters) & lt; Input name = "pass_confirmation" data-verification = "length" data-verification-length = "min8" & gt; Confirm Password & lt; Input name = "pass" data-validation = "confirmation" & gt; & Lt; / P & gt;

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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

list Class in C++ -