Skip to content

This website is created to perform validation of user's form input by using validate.js libraries written in Javascript

Notifications You must be signed in to change notification settings

hpchua/validate.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Note: Press Ctrl + F5 to refresh the page if the page design is not same as the picture below

Screenshot

image

Validation

Username

a. Minimum length 8

b. Maximum length 12

c. Only allow number and letter combination

d. No spacing allow

Password

a. Minimum length 6

b. Maximum length 50 (Due to no actual limit)

c. Allow number, letter, special characters

d. No spacing allow

Confirm Password

a. Same as Password requirement

b. Must be same as password

c. No spacing allow

Contact Number

a. Minimum length 10 digit

b. Maximum length 11 digit

c. Only allow number

d. No spacing allow

Email

a. Format must be same as normal email format like xxx@gmail.com)

b. No spacing allow

Full Name

a. First letter cannot be empty

b. Allow spacing after first character

c. Only allow letter

Amount

a. Allow step 0.01 format

b. Minimum must be RM 30

c. Maximum must be RM 5,000

d. Only allow number (No e,-,+)

About

This website is created to perform validation of user's form input by using validate.js libraries written in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published