
Design comparison
Solution retrospective
maybe from this project you will get to know more about javascript logic
What challenges did you encounter, and how did you overcome them?The challenge I experienced in this project was to do the javascript logic to do the input form.
What specific areas of your project would you like help with?In terms of assistance, I don't understand how to do it. If I enter my email in the wrong format, it doesn't display an error message as in the example, but if I leave it blank, it works.
Community feedback
- @BluordePosted 6 months ago
Great work, The pattern ^[a-zA-Z0-9._%+-]+@gmail.com$ only allows emails from the Gmail domain (i.e., it requires the email to end with @gmail.com The logic appears sound. Sorry I cannot hep with that.
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