Newsletter sign-up form with success message

Solution retrospective
I’d really appreciate constructive feedback.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Tonye-Onuoha
@TetianaAleks Lovely work Tetiana. You wrote the JS email validation but it's not working. This is probably due to the fact that HTML form validation is still enabled. You can disable it by adding "novalidate" as an attribute to your form tag i.e <form novalidate></form>
This would enable your JS form validation to take effect.
Marked as helpful - @Safeya-Yasien
Amazing
- @FR-UX-EN
Awesome work! It's interesting you used Angular's Reactive Forms.
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