Top 14 Form Usability Tips

4. USE "autocomplete" and standard values to enable autofill







Complete forms 30% faster, 53 inputs in html5

<form action="/foo" method="get" autocomplete="on">
<label for="fname">First Name</label>
<input type="text" id="fname" autocomplete="given-name">

List of Autocomplete Input Fields

Form Autofill Demo