Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted about 1 year ago

A responsive contact form created with CSS flexbox.

Uzondu•20
@uzondu9
A solution to the Contact form challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


What are you most proud of, and what would you do differently next time?

I wrote the codes more efficiently; it’s a lot better than my previous attempts to create a simple form with validation.

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

The algorithm I wrote for the JavaScript checked for validation when the was no error on the form. So, even if there was error it would still submit the form. After debugging with alerts, I was able to nose out the problem; it was caused because I only set true for submission when the form was validated, therefore when there was error it would do nothing. Now I wanted to do two things:

  1. Set false for submission when there was no error.
  2. I wanted these functions and validation to happen as the user inputs.

I felt achieved when I succeeded. I also added a complete validation for the email.

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

Any feedback would be appreciated.

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on Uzondu's solution.

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

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License