Design comparison
Solution retrospective
Hi ! i struggled a lot with javascript and i didn't succed to replace the placeholder for the email validation, any leads ?
Community feedback
- @DavidMorgadePosted about 2 years ago
Hello Steeve, congrats on finishing the challenge, you did a pretty good job the form is working properly and the layout is almost the same as the challenge
There is a little trick to remove the validation of your
<form>
if you want to use your own styles and logic on validation, then you should remove the html validations using in your<form>
thenovalidate
property, this will tell your html to not validate by default on the client side.Hope my answer helps you! keep going for more challenges
0
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