Intro component with signup form |HTML| |CSS| |JS|

Solution retrospective
One of the biggest lessons I learned from this project is that using HTML and CSS for form validation can simplify the process, rather than relying solely on JavaScript. Integrating HTML and CSS can make tasks more manageable. Additionally, I realized the importance of testing early and often, as it helps catch problems before they become significant issues.
What challenges did you encounter, and how did you overcome them?During the CLAIM TRIAL project, I encountered several challenges while implementing the validation form.I thought I would need to use only JavaScript for validation. However, after reviewing the HTML and CSS, I discovered errors in the CSS :not(:valid)
pseudo-class. I fixed these issues and successfully utilized a combination of JavaScript, HTML, and CSS for the final validation process.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Abhi'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