ブラウザに保存されている情報から入力補完するオートコンプリート機能を使う場合、下記のようにフォーム要素に指定する必要がある。

<input type="email" autocomplete="email" />

この中から、よく使うものを抜粋してご紹介。name属性を同じにして使うとブラウザもautocomplete属性と同じように扱ってくれるためそうする。

email: メールアドレス
name: 名前
nickname: ニックネーム
family-name: 姓
given-name: 名
cc-name: クレジットカードの支払い名義
cc-number: クレジットカード番号
cc-exp: クレジットカードの有効期限
cc-exp-month: クジレットカードの有効期限の月
cc-exp-year: クジレットカードの有効期限の年
cc-csc: クレジットカードのセキュリティコード
cc-type: クジレットカードの種類
postal-code: 郵便番号
address-level1: 都道府県
address-level2: 市区町村
address-level3: address-level2のあとの住所
address-level4: address-level3のあとの住所
organization: 企業名
organization-title: 役職
bday: 生年月日
bd-year: 生年月日の年
bday-month: 生年月日の月
bday-day: 生年月日の日
username: ユーザー名
current-password: 現在のパスワード
tel: 電話番号
tel-national: 国番号を除いた電話番号
url: WebサイトなどのURL