How do I stop Chrome from pre-populating input boxes?

Posted by thor on Stack Overflow See other posts from Stack Overflow or by thor
Published on 2010-06-08T17:09:17Z Indexed on 2010/06/08 17:12 UTC
Read the original article Hit count: 136

Filed under:
|
|
|

Is there some way I can stop Chrome from auto populating input boxes? I have a page with a Sign Up form and a Log In form. In Chrome, if a user has already signed up and they've come to this page to log in, the password input box on the sign up form is populated with their password. I would really like to force the sign up fields to never auto complete.

I've tried setting autocomplete="false" but this makes no difference.

© Stack Overflow or respective owner

Related posts about html

Related posts about autocomplete