Skip to content

How to Turn Off Form Autocompletion

  1. <!– Add autocomplete = “off” in the form tag –>
  2. <!– Example –>
  3. <form name=“form1” id=“form1” method=“post” autocomplete=“off”
  4. ย  action=“http://www.example.com/form.cgi”>
  5. […]
  6. </form>