GraceAbike / Portfolio

This is a responsive portfolio website that outlines my professional experience and projects I have worked on. Built using JavaScript, HTML, & CSS.
2 stars 0 forks source link

Portfolio validate form #17

Closed GraceAbike closed 2 years ago

GraceAbike commented 2 years ago

For this milestone of portfolio website

image

The content of the email field has to be in lower case. You should implement the following interactions:

When the user submits the form, you check if the email is in lower case. If the validation is OK, the form is sent. If the validation is not OK, you show an error message to the user near the submit button informing them of the error and the form is not sent.