CRClothier / My-Portfolio-Website

A portfolio website built using HTML, CSS & Javascript, showing all the projects I have created to date and acting as a CV.
MIT License
11 stars 0 forks source link

Milestone 9: Form Validation #11

Closed CRClothier closed 2 years ago

CRClothier commented 2 years ago

In this checkpoint, we added a javascript form validation to the email input to check that the email was submitted in lowercase. If it was submitted in lowercase, the form submission proceeded as normal but if there were any uppercase letters the user was informed with a message of what they needed to change.