Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.11 KB

File metadata and controls

25 lines (16 loc) · 1.11 KB

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