@zitescody
Posted
Hello, @gmcodes20. Wonderfully done! Here is a quick fix.
1.) Be sure to label your <input type="email" required>
. I would do `<input type="email" aria-label="email input" required>. This is important because "effective form labels are required to make forms accessible... Screen readers users require useful form labels to identify form fields. Adding a label to all form elements eliminates ambiguity and contributes to a more accessible product."
Check out the article below! It explains in detail why this matters. Please mark this as helpful if you benefitted from this feedback!
https://dequeuniversity.com/rules/axe/4.3/label?application=axeAPI
Marked as helpful
@gmcodes20
Posted
@zitescody Thank you lewis, I really appreciate this