[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2015-03-01 UTC。"],[[["\u003cp\u003eChrome now fully supports the \u003ccode\u003eautocomplete\u003c/code\u003e attribute for form fields, allowing faster and easier form completion for users.\u003c/p\u003e\n"],["\u003cp\u003eWebmasters can increase form completion rates by marking up their forms with the \u003ccode\u003eautocomplete\u003c/code\u003e attribute, improving user experience.\u003c/p\u003e\n"],["\u003cp\u003eUsing the \u003ccode\u003eautocomplete\u003c/code\u003e attribute enhances form usability, especially crucial for mobile users who are increasingly browsing the internet on their devices.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eautocomplete\u003c/code\u003e attribute enables web developers to label input fields with common data types without altering the user interface or backend.\u003c/p\u003e\n"]]],["Websites rely on forms, but users often find repeatedly entering information tedious and error-prone. Chrome now fully supports the `autocomplete` attribute, as defined by the WHATWG HTML Standard, allowing developers to label form fields with data types like `name` or `email`. This enables faster form completion without changing the user interface. Marking up form fields with `autocomplete` increases form completion rates and improves mobile usability, which is a high priority.\n"],null,["# Helping users fill out online forms\n\nTuesday, March 17, 2015\n\n\nA lot of websites rely on forms for important goals completion, such as completing a transaction\non a shopping site or registering on a news site. For many users, online forms mean repeatedly\ntyping common information like their names, emails, phone numbers or addresses, on different sites\nacross the web. In addition to being tedious, this task is also error-prone, which can lead many\nusers to abandon the flow entirely. In a world where users browse the internet using their mobile\ndevices more than their laptops or desktops, having forms that are easy and quick to fill out is\ncrucial! Three years ago, we announced the support for a new \"autocomplete\" attribute in Chrome,\nto\n[make form-filling faster, easier and smarter](/search/blog/2012/01/making-form-filling-faster-easier-and).\nNow, Chrome fully supports the `autocomplete` attribute for form fields according to\nthe current\n[WHATWG HTML Standard](https://html.spec.whatwg.org/multipage/forms.html#autofill).\nThis allows webmasters and web developers to label input element fields with common data types,\nsuch as `name` or `street-address`, without changing the user interface or\nthe backend. Numerous webmasters have increased the rate of form completions on their sites by\nmarking up their forms for auto-completion.\n\n\nFor example, marking up an email address field on a form to allow auto-completion would look like\nthis (with a\n[full sample form](https://googlesamples.github.io/web-fundamentals/samples/input/form/order)\navailable): `\u003cinput type=\"email\" name=\"customerEmail\" autocomplete=\"email\" /\u003e`\n\n\nMaking websites friendly and easy to browse for users on mobile devices is very important. We hope\nto see many forms marked up with the `autocomplete` attribute in the future. For more\ninformation, you can check out our specifications about\n[Label and name inputs](/web/fundamentals/input/form/label-and-name-inputs)\nin Web Fundamentals. And as usual, if you have any questions, please post in our\n[Webmasters Help Forums](https://support.google.com/webmasters/go/community).\n\n\nPosted by Mathieu Perreault, Chrome Software Engineer, and\n[Zineb Ait Bahajji](https://www.linkedin.com/in/zinebaitbahajji),\nWebmaster Trends Analyst"]]