Responsive newsletter & form validation page

Solution retrospective
At first, I had issues with the form validation in JavaScript but I was able to get it quickly. Good experience overall!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @RaidEyes
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 helpful
Join 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