Contact form: add required and aria-required attributes
-
Hi!
There are two very simple way, in HTML, to let the user know a form field is required:
- by using the
required="required"
attribute, - and by using the
aria-required="true"
attribute.
Would it be possible to add them to the fields generated by Jetpack’s contact form when they are required, please?
This would greatly improve UX and accessibility.
Many thanks in advance!
- by using the
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Contact form: add required and aria-required attributes’ is closed to new replies.