Responsive contact form using vanilla css,html,js

Solution retrospective
The next time I might add a modal popup instead of redirecting to a new page for the success message
What challenges did you encounter, and how did you overcome them?had issues with the regex validation especially for the email. Are there any libraries one can use to assist with regex validation?
for the email regex validation i settled with: /\w+@\w+.\w+/
Please log in to post a comment
Log in with GitHubCommunity feedback
- @xNyfPtx
try replicating the design
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