
Design comparison
Solution retrospective
I am finally starting to understand DOM manipulation.
What challenges did you encounter, and how did you overcome them?I am still using chatgpt to explain some things. The real challange for me is when I work on responsiveness, and change the layout of the containers, everything starts to crash.
What specific areas of your project would you like help with?Responsiveness.
Community feedback
- P@MinamakhloufPosted 3 months ago
This looks awesome and performs exactly as it should
However, to make it look exactly like the design you have to turn off browser validation so that you can validate the message through JavaScript and put the error message and the error class on the input if it fails to meet your specifications (e.g. contains an "@" sign)
To do that, you have to set noValidate on the <form> element and give it an onSubmit event. Afterwards, you have to prevent the default and use if checks to see the user made a mistake or not.
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