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.

Form Hanging on Submission

  1. http://vit-sandbox.com/forms/try-it/

    I have a form set up that goes to different URLs for downloads depending on which product is selected. It's hanging on submission (not redirecting) but the entry is being captured as completed. Can someone please have a look and let me know why it's not redirecting? I have a page set up (gform_redirect.php) and am passing field 7 (choose product). Thanks!

    Posted 12 years ago on Tuesday March 27, 2012 | Permalink
  2. Can someone please help me on this? I am so close! It's the last item on our checklist before we can go live. We need the Gravity "Try it" form to work for our eval download. 95% there. Need you guys for the last 5% of magic.

    Posted 12 years ago on Saturday March 31, 2012 | Permalink
  3. I had a message from Kevin that you guys would check this problem out for me. I have 6 forms where the "Submit" button works and one where it does not. The one where Submit is not working uses a redirect. I know roughly where the conflict is but do not know how to get any further with it. Can one of you guys please look as soon as possible to see if something can be adjusted to make it work on the GForm side or in the gform_redirect.php? I am really anxious to solve this last thing and go live. Thanks!

    Posted 12 years ago on Monday April 9, 2012 | Permalink
  4. Well you def have some script errors: http://grab.by/d0uq

    Are you using AJAX on the form placement?

    Posted 12 years ago on Monday April 9, 2012 | Permalink
  5. Hi Rob - I checked. No Ajax. I just made a new test post with the same Try-It form and made sure it was not using Ajax... it's off and the Submit button did not work on this version of the form either. I need some tips because i don't know what those script errors mean or how to hunt them down. Do you think you can take a look for me? I can give you whatever access you need. Thanks!

    Posted 12 years ago on Tuesday April 10, 2012 | Permalink
  6. @vi,

    This is definitely related to your theme and not a Gravity Forms issue. We've already established that. We can help point you in the right direction, but you're going to need to get with your theme developer or hire a developer to help you do the heavy lifting on that.

    We simply can't take the time to debug everything in your theme for you, we don't have the resources for that and we need to be able to help our other customers with issues that are actually related to the plugin itself.

    Posted 12 years ago on Tuesday April 10, 2012 | Permalink
  7. Hi vi,

    It looks like you are trying to use jQuery's $ shortcut when your jQuery installation is actually running in no conflict mode.

    http://api.jquery.com/jQuery.noConflict/

    Try updating instances of the $ shortcut to instead use jQuery, for example:

    $.fn.sidebarCarousel = function () {

    should read

    jQuery.fn.sidebarCarousel = function () {

    Posted 12 years ago on Tuesday April 10, 2012 | Permalink
  8. I have one form which is still hanging on Submit. It is different from all of my others which work in one way - it uses a redirect. I have had lots of suggestions and have implemented or tested/ruled out all of them. I still have a problem somewhere between the redirect function in Gravity Forms and this code from my drop-down menu (which I need to work). When I turn it off, the form submits (but the menu does not).
    http://pastebin.com/YVVdRWWT
    The form is here http://vit-sandbox.com/forms/try-it/
    Can anybody pinpoint what the problem is? This is the most important form for our new site and it's all that stands between us and going live. Thanks!!
    jean

    Posted 11 years ago on Friday April 27, 2012 | Permalink