Design comparison
SolutionDesign
Solution retrospective
At first, I had issues with the form validation in JavaScript but I was able to get it quickly. Good experience overall!
Community feedback
- @RaidEyesPosted about 1 year ago
Hi, I've just checked your design and it seems something is wrong in your code, you should take a look at your code again. Some issues I found:
- The design is taking the whole screen, which is very different from the original design and it's not normal when a registration form is big like that. The success form is also getting the same problem.
- When using the
<form>
element in HTML, you should give it a name, e.gname: subcribe-form
or anid
to prevent any bug later on. In the form you need to use the<label>
tag because this is for screen readers
Overall, good job with the Javascript. Happy coding!
Marked as helpful1@Datom969Posted about 1 year ago@RaidEyes thank you very much for the feedback, I"ll look into that.
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