Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 959 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 959 Bytes

JavaScript-Form-Validation

Sign Up Page Form Validation using JavaScript.

Validation Added

  1. All fields are required.
  2. Username input field must be between 3-25 characters.
  3. Email must be in valid format.
  4. Password input field must be at least 8 characters that include at least 1 uppercase, 1 lowercase character, 1 integer and 1 special character.
  5. Confirm password should match with Password.

Screenshots

Screenshot-1 Screenshot-2 Screenshot-3 Screenshot-4