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.

No confirmation page—just spinning icon

  1. hinching
    Member

    1. The form in question is here.
    2. I am running Wordpress 3.2 and Gravity Forms 1.5.2.8.
    3. It currently feels sluggish because of the long order form. Are there any ways of making it load faster?
    4. Everytime I submit an entry, the spinner.gif appears but does not redirect to the confirmation page. The entry is submitted but only visible in the Gravity Forms admin.
    5. Is there any way of disabling/hiding section headers placed in the forms so that it will not appear in the entries page? See this.
    Posted 12 years ago on Wednesday July 6, 2011 | Permalink
  2. It's probably sluggish because of the use of AJAX and the size of the form, it's a long form. Your server itself is also going to play a role in the performance.

    The reason why the spinner occurs is the form is not submitting. Your server is rejecting the AJAX request and returning a Server 500 error. See this screenshot: http://i.imgur.com/lX8kP.png

    This could be because of mod_security firewall settings on your web server, which is the typical cause of AJAX submissions not being allowed to execute.

    The first thing you should do is disable AJAX on that form. If you are using the shortcode to display that form on a page you would remove the ajax=true from the shortcode. AJAX is only necessary in certain situations such as displaying a form in a modal window/popup and with your form setup it's not necessary. Test without AJAX and see if it submits properly.

    Section Headers currently always display. We are going to look into how we can better handle this in the future so that they only display if fields underneath that Section Header also contain data.

    Posted 12 years ago on Wednesday July 6, 2011 | Permalink