Skip to content

python-force/interactive-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Form

From validation and manipulation with JS

Description

In this project, we'll use JavaScript to enhance an interactive registration form for a fictional Full Stack conference.

Using the supplied HTML and CSS files, we'll add own JavaScript to make the form more user-friendly by:

Adding customized and conditional behavior and interactivity Validating user input and providing helpful error messages when the user enters invalid information into the form fields.

Features

  1. Name Validation
  2. Email Validation by RegExp according to RFC standard
  3. Email Validation throws different error depends if empty or not valid email
  4. Calculating total by checking the boxes
  5. Comparing times not to select 2 same courses at the same time
  6. Choose desired payment option
  7. Validating fields while typing (Name, Email, Activities, Credit Card Number, Zip, CVV)
  8. Extra validation when submitting the form in case live validation fails
  9. If all info entered correctly green checkmarks added and form can be submitted

About

From validation and manipulation with JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published