Intro Component With SignUp Form using HTML, SASS and JS
Design comparison
Solution retrospective
Hi there, I’m Sae and this is my solution for this challenge👋
⚠️I ONLY focused on the desktop version⚠️
It seems like my email validation doesn't work...
If anybody could help me with it, that would be great!
Thanks
Community feedback
- @akpekigPosted over 1 year ago
In your code, you override the form's default method on submit and simply log the values, adding or removing the error class depending on the validation result. What you need to do is make something happen when the email/form is valid, whether that's clearing all the fields and showing a success message (such as "Form submitted!") or removing the form entirely before showing the success message.
Additionally, there are a lot of redundant files on the repository. You can prevent these from being committed by using a
.gitignore
files. https://www.toptal.com/developers/gitignore has an automatic generator depending on your tech stack.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