Transition From Paper to Electronic Forms
A traditional print form that is intended to be filled out by hand is inherently inaccessible to people who can’t see it and to people who don’t have sufficient manual dexterity to fill in the form fields with pen or pencil.
Therefore, the best form for accessibility is one that is interactive and can be completed using the computer. Users with disabilities can complete these forms using assistive technologies such as screen readers, Braille devices, speech recognition systems, alternative keyboards, and countless others.
Like all documents though, electronic forms are not automatically accessible. Key considerations when creating an electronic interactive form are:
- Labels and prompts must be explicitly associated with the fields they represent. Otherwise, users who can’t see the form may be unable to tell which labels and prompts accompany which fields.
- The tab order must be logical. As users navigate through a form using the keyboard, they typically press tab to jump to the next field. Ensuring proper tab sequence helps the user to focus on filling out the form rather than struggling to find their place after losing it.
The following two workflows list the steps for creating a new form, and for fixing an existing form.