Did you know that most online forms are not completely accessible to screen reader users?

Forms must be carefully constructed to ensure accessibility.
  1. The form element must include an aria-label describing the purpose of the form.
  2. In the event of error or during a multiple step entry process, information previously entered must be auto populated or available for the user to select.
  3. Each form field must be labeled using the label tag <label> or by using an aria-label attribute.
  4. Required fields should be annotated within the field label. This may be done using an asterisk for sited users but the word “required” should be used for screen reader users. Screen reader text may be hidden off screen using CSS. WordPress has a built in class for this purpose: (<span class=”screen-reader-text”>required</span>).
  5. An error notice should be displayed next to fields with invalid entries when the user navigates away from the field.
  6. If the form submission results in an error the values previously entered must be repopulated, an error displayed to clearly identify the issue and focus should be taken to the first field resulting in error.

As you can see, creating a fully accessible form can be difficult and time consuming. Which is why we have built the Accessible JQuery Form Validation and Simple Accessible Form plugins. Both of these plugins will add the necessary features to make your forms accessible. They will add form field labels, required field markings, add form field validation and display screen reader friendly error message when a user navigates away from a field, moves focus to the first field in error in the event of a form submission failure.

Similar Posts

  • How to Build an Inclusive Company Website

    Image via Pexels A website is a crucial element of any successful company. Your website should introduce potential customers to your business and show them what you have to offer. Unfortunately, many websites are not inclusive and don’t necessarily cater to people with disabilities. If you want to draw in a wider audience and make…

  • WP Web or WordPress Website Accessibility

    WP Web Accessibility refers to WordPress Website Accessibility. WordPress is an open source content management system. WP Web or WordPress is designed with accessibility in mind but in order for a WordPress website to be truly accessible, website developers must select the right theme and WordPress plugins.  WordPress users and the WordPress community as a…

  • What is image alt text and when should it be used?

    Alternate text, also called alt tags and alt descriptions, describes images to visually impaired users. Without alternative text, the content of an image will not be available to screen reader users. Each image that conveys meaning or is used as link content must include alternate text unless including the alternate text would create redundancy (e.g.…

  • Web Accessibility Training

    In this web accessibility training course you will learn web and digital accessibility skills for web, documents, and mobile content. This self-paced course cover the most important aspects of Web Accessibility and will teach you how people with disabilities use the web and different types of assistive technologies. Course Length Approximately 8 hours of reading…

  • Common HTML Button Accessibility Problems

    HTML button accessibility is a common problem on websites. Keyboard users routinely use the spacebar and the enter key to activate an html button control. When it doesn’t work, blind users can quickly become disoriented. Luckily this problem can be easily resolved by placing a simple JS script file on your website. It does require…

Accessibility Tools
hide