This form will allow users:
- Enter name and email to register for an event
- Select merch design and color for the event
- Select Subject with specific dates and times of events
- Enter payment information - right now we have: creditcard - paypal and bitcon
- Know the total price they will pay if choosing more than one event
The application will feature:
- Form Validation using Regex
- Real-time error message - Providing form validation error indications at the moment they occur.
- Conditional error message - specific directions and instructions to the user to why its message is invalid.
- Use of focus for validation and better navigation for accessibility
Tech Stack:
- HTML5 - forms
- CSS
- Vanilla Javascript
- Accessibility