A responsive contact form created with CSS flexbox.

Solution retrospective
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:
- Set false for submission when there was no error.
- 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.
Please log in to post a comment
Log in with GitHubCommunity 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