Trust

Fields tell the browser what they are for

trust.missing-autocomplete

Why this matters

An autocomplete token tells the browser that a box wants an email address or a postcode, so it can offer the visitor the one they have saved. Without it the browser has to guess from the field's name, and it frequently guesses wrong or gives up. It is also a WCAG requirement at AA, because the same information lets assistive software present a field in terms somebody recognises.

Who fixes it

You can, usually

Roughly how long

30 minutes

Care needed

Low risk to change

How to fix it

Add the matching token to each field — this finding names the one we would expect for each. The full list is in the HTML specification; the common ones are name, given-name, family-name, email, tel, street-address, address-level2, postal-code and organization.

On your platform

WordPress

Contact Form 7 takes the token directly in the field tag, so this is a quick edit of the form template. WPForms and Gravity Forms both have an autocomplete attribute box on each field's Advanced tab. Whichever you use, the address fields repay it most — they are the longest to type on a phone and the ones people abandon.

Shopify

The theme's form section, in Edit code. Worth knowing that the checkout already does this correctly and is not editable, so this finding is only ever about a contact, newsletter or account form in the theme.

Drupal

Webform has an Autocomplete setting on each element. On a core contact form it is a template or a form alter, which is a developer's job rather than a setting.

Joomla

The forms extension's per-field settings. Joomla's core contact form does not offer these tokens, so a core contact form needs a template override to add them.

How we score it

Failing this check takes up to 8 points off your trust score. It is a fact about your site rather than a measurement, so it reads the same on every scan until you change something.

Does your site pass this one?

This check runs on every scan, along with the other 106. Free, no account, and you see the evidence for each result.

Check my site

Other trust checks

See all 107 checks