Newsletter sign-up form using html, css and javaScript

Solution retrospective
I learnt how to save data n the browser's localStorage and retrieve it.
What challenges did you encounter, and how did you overcome them?Biggest challenge was viewing successfully entered email addresses in the confirm page. I was able to solve this by saving the email address using the browser's localstorage and then getting it after loading the confirmation page.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@danielmrz-dev
Hello @ksope!
Your solution looks great!
I have one suggestion:
- When using the tag
<img>
, make sure to set the correct path and also to upload the folder with the assets with the project, otherwise your code won't be able to find the image. And if your code can't find it, it won't show.
I hope it helps!
Other than that, great job!
Marked as helpful - When using the tag
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