1

Input type email is accepting saved email addresses of chrome in my pc. I want to restrict it. so, I used autocomplete="off" but it is not working.

<input type="email" id= "email" name= "email" placeholder="Email Address" autocomplete="off">
  • Check this: https://stackoverflow.com/questions/12374442/chrome-ignores-autocomplete-off – Rohit Mittal Feb 16 '19 at 09:24
  • Autocomplete is not meant for that reason. Where are the saved emails been stored? A file, db, etc! Please provide more info. – Timothy Kruger Feb 16 '19 at 09:25
  • saved email address are in chrome browser – Sameer Hasan Feb 16 '19 at 09:28
  • If [https://stackoverflow.com/questions/12374442/chrome-ignores-autocomplete-off](https://stackoverflow.com/questions/12374442/chrome-ignores-autocomplete-off) is not what you're looking for and you're still struggling please provide a minimal working example of your issue. – Timothy Kruger Feb 16 '19 at 09:32

0 Answers0