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

Agyemang99 140

@Agyemang99

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 think the accent-color is really cool

What challenges did you encounter, and how did you overcome them?

I cannot uncheck both the radio & checkbox for an empty input before is submitted Any ideas will be appreciated

What specific areas of your project would you like help with?

I cannot uncheck both the radio & checkbox for an empty input before is submitted Any ideas will be appreciated;

Community feedback

@krushnasinnarkar

Posted

Hi @Agyemang99,

Congratulations on successfully completing the challenge!

Your solution looks nice, though there are a couple of things you can improve which I hope will be helpful:

  1. Form Responsiveness:

    • Your form component is not responsive. This is likely because you haven't used any media queries in your CSS. Media queries are essential for adjusting the layout based on different screen sizes. You can learn more about them here or find tutorials on YouTube.
  2. Error Handling:

    • The error handling in your form doesn’t work properly. For instance, it displays error messages even if some fields are filled, and sometimes the form gets submitted without filling required fields. This issue is mostly due to your JavaScript logic. You can check out my JavaScript logic here or view the complete solution here for reference.

I hope you find this helpful, and I would greatly appreciate it if you could mark my comment as helpful if it was.

Feel free to reach out if you have more questions or need further assistance.

Happy coding!

0

Agyemang99 140

@Agyemang99

Posted

@krushnasinnarkar thanks

0

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