Design comparison
Solution retrospective
I implemented the javascript logic by myself. I would call the class differently and the regular expression test I used.
What challenges did you encounter, and how did you overcome them?I didn't know how to link it to the success message at first go. So I watched a youtube content on it, then I went to change it to the way i wanted it to be. Thereby learning more in the process. The video didnt cover the error message aspect but just on how to link to the success message.
What specific areas of your project would you like help with?I would love to know if there better ways I can implement my Javascript into my code.
Community feedback
- @thentrsfsPosted about 2 months ago
First of all when u try to type email in input field you just continue to type in what it should be placeholder but you set it to value, you should replace value="[email protected]" in input with placeholder="[email protected]" and you should set value for input in index.js to be variable that will update on submit button, try to figure this out. Good luck !
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