Design comparison
SolutionDesign
Solution retrospective
I learned to validate a form in JavaScript. That was an interesting challenge.
For submit the form : -The first name should have between 3 and 20 characters -The last name should have between 3 and 20 characters -Email should be a valid address email -Password should have a minimum of 8 characters, one capital letter, one number and one special character
. When the form is not valid a red icon and an error message will appear . When the form is valid you get a "thank you" message.
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord