Rohit-singh19 / Validate-form

We have to validate the form on client-server using javascript.

Home Page:https://rohit-singh19.github.io/Validate-form/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Form Validation

Form validation is a “technical process where a web-form checks if the information provided by a user is correct.”

If all the inputs are not correctly filled then, it will prevent from submiting the form and it will alert the user that they have not filled the required input boxes.

  • If the inputs are blanked then, it will show:

    [input name] can't be blanked.

  • If email is incorrectly filled, then it will give an error :

    [Email input] is not valid.

  • If Confirm password is not same as password, then it will give an error:

    Passwords are not same.

Basically, validation makes sure that the provided text is in the right format (e.g., for email, user@something.com), and if the text fits the qualifications for a suitable entry (e.g., the email isn’t already registered, or the password fits the criteria).

Preview of website!

About

We have to validate the form on client-server using javascript.

https://rohit-singh19.github.io/Validate-form/


Languages

Language:HTML 35.7%Language:JavaScript 35.1%Language:CSS 29.1%