Html – How to stop Chrome from pre-populating input boxes

autocompletegoogle-chromehtmlinput

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.

Best Answer

autocomplete="off" worked on our site.