Intro Component with Signup Form using HTML, CSS and JavaScript

Solution retrospective
Q1 Any best practices?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Gil2074
I've been struggling with this challenge myself, here is my feedback, hopefully, it will be helpful. -the URL path you provided for the background image is wrong. You can notice it is not showing. -the email validation is not working properly, It could be the pattern. try removing the global regex because sometimes it results in unexpected behavior. -as for the label elements, you can select them using "element.nextElementSibling". its less coding lines there ^^. -could you please tell me why you are nesting conditions inside the else {} statement instead of using else if {} . I appreaciate it ^^
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