Add structural navigation in forms

You can provide users with the ability to have the screen reader navigate a form by the headings. You provide this ability by placing text objects at the beginning of different sections in a form and then using the Accessibility palette to specify the Heading or Heading Level role for each text object.

When the user presses the H key in the JAWS screen reader, the screen reader moves from the current object to the next text object that is marked with the Heading role in the form, and that text object is then spoken. When the user presses keys 1 through 6, the screen reader moves from the current object to the next text object that is marked with the Heading Level role. For example, pressing 2 moves the screen reader to the next text object that is marked with the Heading Level 2 role.

For more information about scripting, see Scripting Basics.

// Ethnio survey code removed