PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Is this normal behavior? Any fix?

  1. http://www.seelouisvillehomes.com/3406-dogwood-cir-la-grange-ky-40031-mls-1244824

    If you visit that URL and use the inquire form and submit that form, when you go to the other tabs and look at those forms, they have some of the information from the previous forms filled in, but it doesn't match.

    Posted 14 years ago on Friday November 27, 2009 | Permalink
  2. We'll look into it Scott, it's certainly not intended functionality but we have to determine if it's the plugin or browser pre-filling. We will check it out.

    Posted 14 years ago on Friday November 27, 2009 | Permalink
  3. Scott, for now, you can try adding this jQuery snippet inside the < head > of your page to disable the autocomplete functionality.

    <script type="text/javascript">
    	//turn off form field autocomplete
    	jQuery(document).ready(function() {
     		jQuery("#gform_1, #gform_3, #gform_5").attr("autocomplete", "off");
    	});
     </script>

    We'll update the thread later and let you know what we find out.

    Posted 14 years ago on Friday November 27, 2009 | Permalink
  4. Hey Scott, a fix for this issue will be in the upcoming v1.3.5 release which should be available on Monday.

    Posted 14 years ago on Monday November 30, 2009 | Permalink