Design comparison
SolutionDesign
Solution retrospective
Updated Solution!
- Cleaner HTML, CSS, and JS
- Added a confirmation page once form submission is successfully completed.
Community feedback
- @stfnpczkPosted over 1 year ago
Looks great Jiwon!
An other way to approach the input validation is to use a loop for the nodelist elements of the form. That way you only need to write one input verifier and can check all the fields together whether an input was made or not. To better understand what I mean, you can see my js of the challenge here .
Happy coding :)
Marked as helpful1@suhjiwon95Posted over 1 year ago@stfnpczk Hi Stefan!
This is exactly what I wanted!!
I was pretty sure there would be an easier way, but couldn’t figure it out.
Thank you a lot. It helped so much 🥹
0
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