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
Solution 1:
autocomplete="off"
worked on our site.
Solution 2:
You could simply use different field names.
Post a Comment for "How Do I Stop Chrome From Pre-populating Input Boxes?"