Skip to content

Kan-Rup/jquery_basic_webform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery_basic_webform

  • I implemented this web-form as a part of an assignment for a web-developer job post.

Instructions :

Complete the task using HTML and JQuery.

There has to be a simple form with the below elements:

Input field 1 - label:name, max length:100, type:text, required:yes, validate:yes Input field 2 - label:phone number , max length:10, type:text, required:yes, validate:yes Input field 3 - label:email, type:text, required:yes, validate:yes, date-picker - label:date-applying, type:text, required:yes, validate:yes single select dropdown - label:preferred language, required: yes
checkbox - label: agree to terms, required:yes

  • A submit button that enables and disables according to above requirements.

  • Display relevant error messages with each input field.

  • A table to append the submitted data automatically as rows.

About

I implemented this web-form as a part of an assignment for a web-developer job post.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages