This is an unpublished draft preview that might include content that is not yet approved. The published website is at w3.org/WAI/.

[Draft] Module 7: Forms Design

Introduction

Courses based on this module should:

Learning Outcomes for Module

Students should be able to:

Competencies

Skills required for this module:

Students

Instructors

Topics to Teach

Topics to achieve the learning outcomes:

Topic: Form Elements

Show examples of different form elements and their intended purpose, including edit boxes, check boxes, radio buttons, and buttons. Explain uses of standard versus non-standard components and how use of non-standard elements impacts accessibility.

Learning Outcomes for Topic

Students should be able to:

  • identify different uses and intended purposes of form elements
  • identify the compatibility issues and cognitive overload from using form elements with unintended purposes
  • evaluate the use of standard versus non-standard form elements and select those which minimize extra work to make them accessible in the implementation phase
  • identify related requirements for developers to write code for form elements that programmatically identifies their intended purpose

Teaching Ideas for Topic

Optional ideas to teach the learning outcomes.

  • Show examples of different form elements and reflect on their intended purpose. For example, edit boxes, check boxes, radio buttons, and buttons. Emphasize that using a form element with an unintended purpose can cause cognitive overload as well as compatibility issues with assistive technologies and adaptive strategies.
  • Show examples of standard versus non-standard form elements. Explain that standard elements are generally accessible by default, and that there is little need for extra work to make them accessible at a later phase. However, use of non-standard elements generally requires further coding to ensure these elements are usable with the keyboard and compatible with assistive technologies.

Ideas to Assess Knowledge for Topic

Optional ideas to support assessment:

  • Short Answer Questions — Give students specific purposes for form elements. Ask them to research how to convey these purposes using standard elements when possible, and to elaborate on what are the accessibility implications of using non-standard elements. Assess how students understand the accessibility implications of using non-standard elements.
  • Practical — Ask students to select the appropriate form elements based on a given set of input requirements. Ask students to use standard elements where possible for each of these input requirements and to annotate keyboard interaction and expected behavior with assistive technologies when using non-standard elements. Assess how students annotate keyboard interactions and expected behavior with assistive technologies when using non-standard elements.

Topic: Labels and Instructions

Refer back to Designer Module 2: Information Design, Topic: Naming and Grouping. Show examples of labels and instructions in the context of forms.

Learning outcomes for Topic

Students should be able to:

  • design user experiences that consider position and appearance for labels and instructions
  • define clear and consistent names for form elements across websites and applications
  • define visual and non-visual instructions about which input fields are required
  • define clear visual and non-visual instructions about changes in context before the component that originates such changes
  • define overall visual and non-visual instructions about existing time limits in a form and about how to adjust them, extend them, and turn them off
  • define clear visual and non-visual instructions about the current step and about the total number of steps involved in a multi-step form
  • identify related requirements for developers to provide semantics for labels and instructions

Teaching Ideas for Topic

Optional ideas to teach the learning outcomes:

  • Demonstrate how labels for form fields are placed differently depending on the components, the language, and the user expectations. For example, labels for edit boxes are placed to the left of the field or above it in left-to-right languages, and to the right of the field or below it in right-to-left languages. Labels for radio buttons are placed to the right of the field or below it in left-to-right languages, or to the left of the field or above it in right-to-left languages.
  • Show examples of different form elements, for example buttons, checkboxes, text boxes, and listboxes, across websites and applications. Emphasize that each should have a clear name that identifies its purpose. For reference on how to provide consistent names for different form elements across websites and applications, see technique G197: Using labels, names, and text alternatives consistently for content that has the same functionality.
  • Show examples of required and non-required form fields. Explain that instructions about which of the fields are required should be provided using several methods, including visual and non-visual instructions.
  • Present examples of time limits, such as those warning about session expirations. Explain that visual and non-visual instructions need to be provided so that users are aware of the time limits, and methods need to be implemented to stop, adjust, or extend time limits. Explain that defining and providing the instructions is a designers’ responsibility, whereas implementing methods to stop, extend, or adjust time limits is a responsibility shared with the developer.
  • Show examples of multi-step forms. Explain that overall instructions should be provided about the current step in a form and about the total number of steps involved.

Ideas to Assess Knowledge for Topic

Optional ideas to assess knowledge:

  • Practical — Give students a form and ask them to define labels for each of the fields. Assess how students provide clear and descriptive names for each of the form fields.
  • Practical — Give students a form with required and non-required fields and ask them to provide visual and non-visual instructions to communicate the required fields. Assess how students provide clear and understandable instructions for each required field.
  • Practical — Give students a form and ask them to provide the necessary instructions for users to understand each of the fields and fill in the form. Assess how students provide clear and concise instructions.

Topic: Error Prevention

Show examples of common input errors and possible ways to correct them. Explain that users rely on clear indications of each of the fields in error and on suggestions for correction where possible.

Learning Outcomes for Topic

Students should be able to:

  • define the placement and appearance of error messages
  • define error messages in the page title or before the form that:
    • identify the fields in error
    • describe the cause of the error
    • provide suggestions to correct the error where possible

Teaching Ideas for Topic

Optional ideas to teach the learning outcomes:

  • Show examples of placement and appearance of error messages. Explain that some users rely on consistent placement and appearance of these messages to identify the errors.
  • Show examples of overall information about submission errors. Explain that this information makes users aware that their submission contains errors and help them search for specific error messages in the rest of the content.
  • Show examples of specific messages that identify each of the fields in error. Explain that these messages help users identify and locate the specific fields that contain errors. Mention that it is best practice to keep the original submission where possible, so that users can understand what needs to be corrected.
  • Show examples of suggestions for correction. Explain that these suggestions help users understand what the right way is to submit the form. Emphasize that these suggestions should be provided when possible, unless they compromise the security and the purpose of the form.

Ideas to Assess Knowledge for Topic

Optional ideas to assess knowledge:

  • Practical — Give students an interface containing errors and ask them to provide an overall descriptive message informing that there are submission errors. Assess how students provide overall informative messages when there are submission errors
  • Practical — Give students a form field submission containing errors and ask them to provide messages about each of the wrongly submitted field. Assess how students provide appropriate error messages for wrongly submitted fields and how they provide suggestions for correction when possible.
  • Practical — Give students a form field submission containing errors and ask them to provide suggestion for correction when possible. Assess how students provide suggestion for correction.

Topic: Notifications

Show examples of notification messages. Explain that they need to be distinguishable by all users, including visually and programmatically.

Show examples of text and visual notifications for error messages and other types of feedback for forms. Explain that notifications may have different levels of priority when in the context of a complex form. Explain that defining such levels of priority and which types of notifications each of these levels should contain is a designers’ responsibility whereas implementing these levels is a developers’ responsibility.

Learning Outcomes for Topic

Students should be able to:

  • define the placement and appearance of notifications
  • define meaningful and descriptive notification messages, including:
    • on input (to communicate if the provided input is valid or invalid
    • on task completion (to communicate success or failure of a specific task)
  • design user experiences to queue and prioritize application notifications coming from different components
  • design user experiences to store notifications that disappear after a period of time to be checked at the users’ pace
  • identify related requirements for developers to implement notifications

Teaching Ideas for Topic

Optional ideas to teach the learning outcomes:

  • Show examples of placement and appearance of notifications. Explain that these notifications need to be distinguishable both visually and non-visually. Explain that defining the notifications placement and appearance is responsibility of the designer, whereas implementing such notifications is a developer’s responsibility.
  • Show examples of different methods to communicate notifications, such as through text messages, semantic relations, haptic and audio feedback, and popup windows. Explain that there needs to be a variety of methods available to allow interaction by different groups of users.
  • Show examples of overlapping notifications. Explain that some users may find it daunting to process several notifications at the same time, so a method needs to be defined that allows to prioritize notifications based on their relevance. Explain that defining methods to prioritize notifications based on their relevance is a designers’ responsibility, whereas implementing the methods is a developers’ responsibility.
  • Demonstrate examples of notification processing using assistive technologies, including screen readers and voice assistants. Explain that the notifications may come at a faster pace than the technology is able to process, so users may end up missing information. Emphasize that it is good practice to design methods to store the notifications to allow users to check the notifications at their own pace.

Ideas to Assess Knowledge for Topic

Optional ideas to assess knowledge:

  • Practical — Give students a form field that validate on user input and ask them to provide descriptive validation messages. Assess how students provide clear validation messages for fields that validate on user input.
  • Practical — Give students a form with notifications coming from different fields and ask them to define methods to queue and prioritize such notifications. Assess how students prioritize and organize notifications coming from different views.

Ideas to Assess Knowledge for Module

Optional ideas to assess knowledge:

Teaching Resources

Suggested resources to support your teaching:

Back to Top

This is an unpublished draft preview that might include content that is not yet approved. The published website is at w3.org/WAI/.