Design comparison
Solution retrospective
Any feedback will be appreciated
Community feedback
- @mattstuddertPosted over 4 years ago
Awesome work on this challenge, Zeek! Your solution looks really good. I'd say that you could potentially wait a little longer before breaking to the tablet/mobile layout. There's still plenty of horizontal room in the browser when you do change to the column layout. Also, the error message isn't showing up at the moment because the browser refreshes when the form is submitted. To prevent this, add
event.preventDefault()
inside thevalidateForm
function.Keep up the great work! 👍
0@odkpatrickPosted over 4 years agoThank you @mattstuddert, I'll make better use of the horizontal space and update my form validation function.
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