Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Contact Form Main Using CSS Grid and Flexbox

P
mrcordova 1,120

@mrcordova

Desktop design screenshot for the Contact form coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

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

Caelus 520

@Caelus111

Posted

can you explain how you did the success message when everything gets validated? I kinda dont know how to do it.

Thank you.

0

P
mrcordova 1,120

@mrcordova

Posted

sure@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 GitHub
Discord logo

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