View How to Turn Off Form Autocompletion <!– Add autocomplete = “off” in the form tag –> <!– Example –> <form name=“form1” id=“form1” method=“post” autocomplete=“off” action=“http://www.example.com/form.cgi”> </form>Read More