ADA Compliance for Forms | Community
Skip to main content
Ryan_Garcia
Level 2
February 5, 2018
New

ADA Compliance for Forms

  • February 5, 2018
  • 4 replies
  • 5021 views

It would be great if we could modify forms for ADA compliance without the need of API and developer tricks. ADA compliance rules have been on the rise and are starting to become a requirement for websites. Simplifying ADA modifications for Marketo forms would be awesome. 

4 replies

ChristinaZuniga
Level 9
February 6, 2018

What kind of actions do you normally take to make forms ADA compliant @Ryan Garcia​? Just curious.

Ryan_Garcia
Level 2
February 7, 2018

Hi @Christina Zuniga,

We add aria-description and aria-labels to form field elements.

Josh_Hill13
Level 10
February 11, 2018

I doubt that Marketo would put this high on the list. The design of your pages is up to you.

Joseph_Moran2
Level 2
November 8, 2018

Today is World Usability Day. Please take this idea and make it a reality. Do it because it is the right thing to do. "No one should have to suffer through products and services that get in their way. People should not be made to feel stupid by technology."

Joseph Moran
February 4, 2020
No text available
Merrisa_Brown
Level 2
August 19, 2020

I work for a company that requires us to meet Level AA compliance on the website. While it's nice that Marketo has added the aria-labeledby and aria-describedby attributes to the form input/select elements since this thread was started, the aria-describedby is autopopulated with the API Name for the field and prepended by "ValidMsg." Since this value doesn't match the id attribute value of another element in the page, it's causing an error in WebAIM's WAVE Web Accessibility Evaluation tool: https://wave.webaim.org/ which is what we use to check our site for ADA compliance.