Intro Component with Sign Up Form using HTML, CSS and JS

Solution retrospective
- Any thoughts on the CSS...I used a mobile-first workflow for the first time.
- I know I could have improved my JavaScript validation, it just eluded me. I couldn't get
e.preventDefault()
to work and thus had to addonsubmit="return false"
to stop the page refresh. I was also unsure of how to submit the actual form once I did this.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Robert Horosewski'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