javascript - Register Form Validation -


I have a registration form that I need to validate before submitting. The form contains the following fields: Name, email, and password I need to email, the email for the correct format, and email to be at least 6 characters.

What is the best way to do all this validation and submit the wrong areas before being lightly before?

Thank you, Brad

If you are using jQuery, Want to look into a jQuery validation plugin, seems popular, and looks great if you are not using jQuery, then you should probably be. ;)


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -