Newsletter sign-up form with success message

Solution retrospective
I’m proud of successfully implementing real-time validation and creating a seamless transition between the form and success modal. Next time, I’d focus on modularizing the JavaScript for better readability and enhancing cross-browser testing for consistency.
What challenges did you encounter, and how did you overcome them?Debugging form validation took time, but breaking it into smaller functions helped simplify the process.
What specific areas of your project would you like help with?I’d like feedback on improving the responsiveness of the modal, optimizing form validation functions, and ensuring accessibility compliance.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@AnonymousCoder323
Great job! Looks similar to the design. It's mostly responsive, but between mobile and desktop the card seems smushed against the sides. You can fix this by adding padding to the body. It seems like you're missing the "Valid email required" text on error. You might find this article helpful in validating emails - specifically the "A more detailed example" section.
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