Skip to content

GT1990/interactive-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The Interactive Form was created to implement and display my knowledge of form validation, form customization and interactivity guiding users through a form to avoid errors.

Example

Example Example Example

Real-time Error Message

Created an event listener to listen for the keyup event on the Name and Email input feilds. The event listener then calls the validation helper function to see if the input was valid and displays a valid or invalid error message to the field.

Conditional Error Message

The email input field has a conditional error message displayed after validation. The conditional error message displays a message that the email input field cannot be left blank if there is no input and displays that the email input is formated incorrectly if the email formating is not valid.

Table of Contents

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published