GoogleChromeLabs/form-troubleshooter

Include suggestion for autocomplete value audit

Closed this issue · 1 comments

When an appropriate suggestion exists, include the details in the audit.

Example: https://www.just-eat.co.uk/account/register?returnUrl=%2F

Increase conversions by including autocomplete attributes

Found a form field with no autocomplete attribute, even though an appropriate value is available:

  • <input id="formField-email" type="email" placeholder=" " name="email" class="FormField_c-formField-input_14HCA FormField_c-formField-input--focus_EJdm1" ...>

image

This change should wait until #52 (f80d0d7) is merged.