I’m testing my website on Google Chrome and saw that this browser always auto-fills my username and password text boxes, even if I never said to do that. I don’t want this behavior. Is there any way to stop this using PHP, CSS or JavaScript?
I’m testing my website on Google Chrome and saw that this browser always auto-fills
Share
You can specify
autocomplete="off"on the fields you don’t want auto-filled, but honoring that is up to the browser and isn’t supported everywhere: