Office Address

41/D, West Brahmondi, Narsingdi

Phone Number

+880-1975374887

Email Address

[email protected]

  • September 17, 2012
  • HTML5

When HTML5 autocomplete is on, the browser will automatically complete values that the user has entered before.
This HTML5 autocomplete attribute works with the following input types: text, search, url, tel, email, password, datepickers, range, and color.

Also you can turn off this autocomplete attribute by using this attribute autocomplete="off"

[php] <form action="/" autocomplete="on">
First name:<input type="text" name="f_name" />
E-mail: <input type="email" name="email" autocomplete="off" />
<input type="submit" />
</form>
[/php]

On this above HTML form autocomplete on and autocomplete is off for email input field.

Written by

Maidul Islam

I am a freelance web developer.Like to share what i learn.