Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I like how I set up the form elements and how responsive it is.
What challenges did you encounter, and how did you overcome them?No particular challenge
What specific areas of your project would you like help with?Any general feedback is welcomed.
Community feedback
- @Caelus111Posted 5 months ago
can you explain how you did the success message when everything gets validated? I kinda dont know how to do it.
Thank you.
0@mrcordovaPosted 5 months agosure@Caelus111 I'd checkout and go through the examples in dialog This is how I do it in my project. And then use some Javascript to decide when to show it.
<dialog class="success-message-con"> <h2 class="karla-700"> <img src="./assets/images/icon-success-check.svg" alt="success check icon" /> Message Sent! </h2> <p class="karla-400"> Thanks for completing the form. We'll be in touch soon! </p> </dialog>
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