A form with autocomplete on:
![]()
The autocomplete attribute is supported in all major browsers, except Opera.
The autocomplete attribute specifies whether a form should have autocomplete on or off.
When autocomplete is on, the browser automatically complete values based on values that the user has entered before.
Tip: It is possible to have autocomplete "on" for the form, and "off" for specific input fields, or vice versa.
The autocomplete attribute is new in HTML5.
| Value | Description |
|---|---|
| on | Default. The browser will automatically complete values based on values that the user has entered before |
| off | The user must enter a value into each field for every use. The browser does not automatically complete entries |
HTML <form> tag
Your message has been sent to W3Schools.