Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Form Validation

Simple form validation example aimed to practice basic concepts

  • Name: only letters, between 3 and 30
  • Phone: A number no longer than 10 digits that starts only with 0 or 1
  • Email: A valid address
  • Url: a valid URL