newsletter signup challenge

Solution retrospective
- I was unsure of the form part. If I was required to create the server side application too to handle the form
Please log in to post a comment
Log in with GitHubCommunity feedback
- @sjohnston82
Running a javascript function that runs some email regex on the input when it submitted and then setting the input into localStorage when it is validated is all that's needed for the form to validate and carry over the email address to the confirmation page, no server necessary. Although after looking it looks like you had the validation part covered.
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