Accessible DIY Forms

Embedded DIY Forms are causing our site to fail standard Accessibility standards.

Please fix the code behind the forms so that organisations using eTapestry can meet these standards.

The specific problem we are seeing:

Form input fields require a properly formatted label. The label should be a <label> element, not any other text element. It should also have a ‘for’ attribute that matches the ID of the field it is the label for.

E.g. <label for=”title”>Title</label>  <select id=”title”><option>Mr.</option>”><option>Mrs.</option></select>

  • Guest
  • Aug 2 2018
  • Attach files
  • Guest commented
    May 16, 2023 01:25

    This should be made an urgent development priority. It's truly terrible that there hasn't been any progress on resolving this in the last 5 years.