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.

clicks to /gform - nothing happens

  1. BenjaminRMueller
    Member

    I recently did a lot to our site, including moving to wpengine. So I can't pinpoint any exact change. Nevertheless my gravity forms seem to have stopped working on the homepage and the sitebar. Here is the code from the theme:
    <div class="brokersearchCentergrav">
    <h4 class="brokersearchtitle">Search All Properties For Sale</h4>

    <div id="brokersearchform">
    <?php gravity_form(6, false, false, '', '', true); ?>

    <div style="clear:both;"></div>
    </div>
    </div>

    I don't know what all these (X,X,X) items mean. But regardless, they have not changed

    Clicking on the SEARCH button does nothing...just kind of refreshes. regardless the gravity form works when inserted in a page... see http://sueadler.com/form-test

    Everything, including wordpress is up to date. Thanks for all your help.

    Posted 11 years ago on Wednesday January 16, 2013 | Permalink
  2. I clicked the green sidebar "Search the MLS" button and I got listings in an iframe, from some third party site I think. Here is a screenshot: http://minus.com/lbhD5VkRq1PT4W

    I did notice a few JavaScript errors on the page. They are likely related to your forms not working. I see these errors right now:

    Timestamp: 1/16/2013 9:04:24 PM
    Error: TypeError: oAC.itemSelectEvent is null
    Source File: http://sueadler.com/form-test
    Line: 734
    
    Timestamp: 1/16/2013 9:04:24 PM
    Error: SyntaxError: syntax error
    Source File: http://sueadler.com/form-test
    Line: 784, Column: 2
    Source Code:
      }); 
    
    Timestamp: 1/16/2013 9:04:25 PM
    Error: TypeError: jQuery(...).autotab is not a function
    Source File: http://sueadler.com/form-test
    Line: 100

    It also appears that the Gravity Forms jQuery is not being loaded. If the form was embedded directly into a template or sidebar, you should enqueue your own scripts. http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts

    Once you take care of these errors we can take another look at what is working or not and see if there are other JavaScript errors which need to be resolved.

    If you moved to WP Engine recently, you may have been upgraded to WordPress 3.5 which could be causing the JavaScript errors.

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  3. BenjaminRMueller
    Member

    Thanks so much. I turned off ajax to get it working to the point you see it. I'lll send this info to a developer!

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  4. OK, I'm glad you found a work around for now.

    Posted 11 years ago on Thursday January 17, 2013 | Permalink