Forms that are Accessible to Screen Readers? | Community
Skip to main content
October 12, 2016
Question

Forms that are Accessible to Screen Readers?

  • October 12, 2016
  • 2 replies
  • 2390 views

Hi everyone,

I've been trying to find out how to create a Marketo form that's friendly to screen readers:

I'd like to change the form HTML so that the red asterisk is also read as 'required' by screenreaders.  The resulting error condition should also be seen by screenreaders.  Am I just not looking in the right spots?  Surely I'm not the only one trying to accommodate visually impaired users.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Josh_Hill13
Level 10
October 12, 2016

I'd check google for ideas.

SanfordWhiteman
Level 10
October 12, 2016

You can use the Forms API to add ARIA attributes programmatically to any form element/label.

But your time might be better spent building a custom form from scratch, then simply submitting using the Forms API submit() method.