Design comparison
SolutionDesign
Solution retrospective
Hey, I have question regarding the email validation:
How to remove the default box warning?
Community feedback
- @palgrammingPosted over 3 years ago
you also need to look at making your JS event listener on the form looking for the submit action not just on the click https://www.javascripttutorial.net/javascript-dom/javascript-form/
0 - Account deleted
Hey @waleed-cs,
I think you can remove the default box warning by using the
novalidate
. Let me know if it works//Kenny
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