Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 599 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 599 Bytes

Project 3 - Interactive Form

Description:

  • implement form logic:
    • Form Validation
    • Accessibility
    • Real-Time Error Handling

SETUP

Extra Credit

Real-time error message

  • The E-Mail fail has a real-time check bound to it to check for email validity on 'keyup'

Conditional error message

  • The Credit Card number has a custom error on 'keyup' when the input is not a number