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.

Auto submit form.

  1. Not sure if this has been mentioned but a way to auto submit the form on page load would be fantastic.

    I've got a script that automatically submits the form after 1 millisecond of time on the page. All the fields are auto populated with data so no user in put is needed, but we need to get this information of the people who land on this page.

    [js]
    <script type="text/javascript">
    
    setTimeout("SubmitThingy()",1);
    
    function SubmitThingy() {
    document.FormThingy.submit();
    }
    
    </script>

    I think it might be able to work with gravity forms as well if I could get the form renamed.

    Posted 12 years ago on Monday January 9, 2012 | Permalink
  2. I was able to get the name field added to the forms by a simple edit to the form display php file. I simply named the form, with the form id to keep it nice and simple.

    Posted 12 years ago on Tuesday January 10, 2012 | Permalink
  3. We can't support modifications to the core plugin files. Please be sure to maintain your changes if you update Gravity Forms in the future.

    Posted 12 years ago on Tuesday January 10, 2012 | Permalink

This topic has been resolved and has been closed to new replies.