View: How to Turn Off Form Autocompletion

  1. 1 year ago by spirit
    1. <!-- Add autocomplete = "off" in the form tag -->
    2.  
    3. <!-- Example -->
    4. <form name="form1" id="form1" method="post" autocomplete="off"
    5.   action="http://www.example.com/form.cgi">
    6. [...]
    7. </form>
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/1697"></script>

0 comment about "How to Turn Off Form Autocompletion"