Skip to content

aj-2000/form-validation-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

-Design a form consisting of -Name(required) -Phone Number(required) -email(required) -message(optional) -gender(required)

The form should have validation for every required field e.g. when a user submits without filling the required field it shows an error with mentioned field to be filled.