Skip to content

marwashahid/HTML_FormValidation-Using-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

HTML and CSS with Validation using JavaScript

The following repository contains a Sign-in page and a Sign up page which are designed using basic HTML and CSS. For validation on various fields , I have used javascript.

The checks/validation that are applied on the input fields are as follows:

  • Email: The email must be in the correct format i.e., containing '@' symbol.
  • Password: Password must be atleast 8 characters long with atleast one numeric and special character
  • Password Confirmation: On the Sign-up page, the input values in new password and confirm password fields must match
  • Required fields: Some of the fields including email, password, confirm password and username are made compulsory.

Sign up Page

Required


Password Validation (Set password field to text type only to show)


Email Validation


Sign in Page

Required user


Password Validation


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published