<?xml version="1.0" encoding="utf-8"?>

Use autocomplete for common information

Use autocomplete for common information Bad Practice
Use autocomplete for common information Best Practice

When users have already provided information to your site, take the extra step to prefill those fields automatically. There's no justification for asking users to reenter data you already have. This approach respects users' time and physical capabilities while reducing interaction costs and abandonment rates.

Implement autocomplete for standard information that people enter frequently across websites: names, email addresses, phone numbers, postal addresses, and payment details. Modern browsers support the HTML autocomplete attribute, which lets users choose from previously entered values stored securely in their browser. This simple addition dramatically increases form completion rates.

Pro Tip: Disable autocomplete without authentication for sensitive form inputs like passwords to enhance security.

Improve your UX & Product skills with interactive courses that actually work