Skip To main content

Understand your digital accessibility & compliance status | Request an audit

1.3.5 Identify Input Purpose (Level AA)

Decorative shape at the bottom of the section

Make it possible to autocomplete input fields.

What you need to know

By adding autocomplete to input wherever possible, you save users time and help prevent errors when filling out forms.

What you need to do

  • Update your forms to provide for autocomplete.
  • Specify the type of the type of input (text).
  • Add autocomplete to the code (for example, autocomplete=”username”).