I have one login form which I saved user name and password of my credentials. I have a form which admin can add user but saved password already show on my form and admin is force to delete those before filling form.
I have tried with solutions like:
autocomplete="off"
But was not successful solutions.
how can i prevent to showing saved username and password on add user form.