0

when a user signuping to my website, browser save the datails.
I want to not save. I use autocomplate="off" but not working. https://i.stack.imgur.com/vEVAm.jpg

Reza Hadi
  • 31
  • 2

1 Answers1

0

You need to use autocomplete="off" in the <form> element. If it is a login form though, many browsers will ignore the attribute.

See more details here: How to Turn Off Form Autocompletion