Submitted 6 months ago
Contact form with emphasis on accessibility
@AcharaChisomSolomon
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
:) Another deceptively simple project, I am proud of sticking to accessibility principles and limiting myself to as few aria- attributes as possible. I stuck to aria-invalid and aria-describeby for the error messages so that screen readers can read with the proper context.
What challenges did you encounter, and how did you overcome them?Sticking with accessibility was a pain but I persevered
What specific areas of your project would you like help with?My js file might be a little cluttered, any help there is welcome!!! also any feedback on any other section is helpful!!!
Community feedback
- @mrcordovaPosted 6 months ago
You can use
form.checkValidity()
directly instead of checking all the individual elements.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