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
Asked
Active
Viewed 34 times
0

Reza Hadi
- 31
- 2
-
2`autocomplete` maybe? – WhiteHat Sep 14 '15 at 23:40
-
There is no such attribute with name `autocomplate`. – Felix Kling Sep 14 '15 at 23:41
1 Answers
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

dhdemerson
- 1
- 2