Forum Moderators: open
To block auto-fill for the whole form:
<form action="" [b]autocomplete="off"[/b]> or for one element:
<input type="text" name="login" [b]autocomplete="off"[/b]> The
autocomplete="off" attribute is supported in IE, Safari/Konqueror (I think) and Mozilla/Firefox, but not in Opera (a deliberate policy on their part). It does not, however, validate.