Design comparison
Solution retrospective
My first try at a javascript challenge. I managed to work out the js for the form except- How do I validate the form once the input fields are validated. I would appreciate any help. Any feedbacks/criticisms are welcome.
Community feedback
- @ApplePieGiraffePosted about 4 years ago
Hey, nice work, Safa Ruknuddin! 👍
Your solution looks good, is responsive, and your form validation works great! 🙌
I only suggest,
- Setting a
max-width
on the main content container or wrapper so that the content of the page doesn't become too wide on large screens.
I'm afraid I can't offer much help on what to do with user data after the form is submitted (since I'm not that experienced with all that yet), but you might be able to find some help on MDN's forms learning pathway.
Keep coding (and happy coding, too)! 😄
1@safrukPosted about 4 years agoThanks for your feedback. Yeah the content does stretch out on very large screens. Will fix that asap. That's a nice resource for forms.. Will check it out :)
0 - Setting a
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