This is my first project where I use the technologies, HTML, CSS and Javascript, it is the portfolio of the apps and projects that I have created during my training in the Microverse program and where I will add the new projects that I will develop and the new technologies that I will learn .
MIT License
4
stars
0
forks
source link
FEAT: Implement validation form with Javascript #11
The content of the email field has to be in lowercase.
The email is checked that it is in lowercase before the user submits it.
Implement:
A small tag is added in index.html in the form section to display a message to the user when the email does not meet the condition of being in lowercase.
A javascript file is created to implement the validation of the email field of the form.
Implemented a simple validation:
Requirement:
Implement: