Design comparison
Community feedback
- @F4YYPosted over 1 year ago
Hi @myj009,
Congratulation for successfully completing the challenge...
There's little suggestion about what you've missed to the given design. Which is when user submits their email address through the form and clicked subscribe button, then the Thank You component will be rendered, displaying the thank you message along with the
user's email address
that has been inputted instead of just static text<span class="font-bold">to your email address</span>
.To achieve the desired behavior, you might need to add JavaScript function, so that the inputted email address is dynamically inserted into the thank you message.
Hope that could be Helpful. Above all you did very good. Keep happy coding...
Marked as helpful0@myj009Posted over 1 year ago@F4YY . Yes, I noticed later that I forgot to add this feature in my first push. Have fixed it and it is working now.
Thanks for the feedback
0
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