How To Disable HTML Input Autocomplete

Anyone looking to disable the Auto Complete drop down that appears when using an input box with the same name more than once can look no further.

In your HTML all you need to do is specify autocomplete="off" on each input box you wish to disable auto-completion.

Example

<input type=”text” name=”email” value=”” autocomplete="off">

However you can also do this “client side”, if you are looking to do this on the actual browser then please stand by and I’ll link to it once I have blogged some instructions.

 

For now you could follow these instructions by Andy Rathbone.

  1. Jon Ganar Dinero

    Thank you, It’s annoying when in the e-mail field you can see all the email of your family.

Leave a Comment


*


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>


bigfishgames.com