While filling the form, textbox auto populate with browser's saved credential like saved username password

Hello All,

I just create the form to insert some record with field username and password after successfully login, Username and password field auto fill up with the browser’s saved credential, like already saved username and password on browser’s history or maybe cookies.

For this issue I just make autocomplete attribute to new-password of html, It works fine in google chrome but not working on Firefox.

I attached screenshot of form with username and password field

The following article might be of some use: Firefox doesn’t save web form entries

1 Like

@paul_wilkins Thanks for your suggestion, but It still auto populate with saved username and password and also tried autocomplete attribute but it is not working on firefox.

I got a solution for this issue, just use the text field with usename and password fake field with style display none and it works perfectly.

I don’t the reason of this issue, but tried my own idea and worked. If any one know about the reason behind for this issue please mention on the comment.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.