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
View Serialize form values to use with Prototype.js AJAX model var pars = Form.serialize($(‘form’));Read More