0

Screenshot As the image explains, I have put autocomplete='off' on the input, however Firefox is still populating the saved username.

Ben
  • 8,894
  • 7
  • 44
  • 80

1 Answers1

0

I got a solution for this! put a hidden empty text field after the password or email type input field and it rocks!

Autocomplete has been disabled for password type input fields. The above links mention that respectively for FireFox and IE, but I see that setting autocomplete to off for form too is not working

Use below code <input name="test" type="text" style="display:none">