Design comparison
SolutionDesign
Solution retrospective
Please leave a star to my repo if possible.
Community feedback
- @Flavio3106Posted 10 months ago
If you try to submit with an invalid email multiple times the "invalid email" element pops up as many times as you clicked the button, that's because you create a p element every time an invalid email is entered, try making the p disappear instead removing and creating it every time. Also, you should redirect the user to a page that says "thanks for submitting", you redirect to nothing.
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