Design comparison
SolutionDesign
Solution retrospective
I'm open for advice and tips, I'm still at the beginning of JavaScript, but learning every day
Community feedback
- @danielmrz-devPosted 11 months ago
Hello @kaykedmar!
Your project looks excelent!
I have a suggestion for you:
- Your email validation is working correctly, but on the Thank you for subscribing page there is a email that should be replaced by the email the user submits.
To do that, you can wrap that email [email protected] with the tag
span
and use your javascript to replace it with the email you receive from the user.I hope it helps!
Other than that, great job!
Marked as helpful1@kaykedmarPosted 11 months agoIt's true, I hadn't seen it, thanks for letting me know@danielmrz-dev
1
Please log in to post a comment
Log in with GitHubJoin 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