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 will not display with Conditional Logic!

  1. walkerlynn
    Member

    I have done all the troubleshooting, disabling plugin's, and everything else. Pleas tell me what is breaking my form at this URL.

    http://www.sanantoniopetsalive.org/?page_id=1698

    When inspecting with firebug it should be here:

    <address> </address>
    <div id="gform_wrapper_2" class="gf_browser_gecko gform_wrapper" style="display:none">
    <form id="gform_2" action="/?page_id=1698" enctype="multipart/form-data" method="post">
    <div class="gform_heading">
    <div class="gform_body">
    <div class="gform_footer top_label">
    </form>

    When I inspect with Chrome these are the errors I see:

    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.sanantoniopetsalive.org/wp-content/plugins/pc-custom-css/custom.css?pc_custom_css_ver=1351351109

    Uncaught SyntaxError: Unexpected token ] http://www.sanantoniopetsalive.org:262

    Port error: Could not establish connection. Receiving end does not exist. miscellaneous_bindings:235
    chromeHidden.Port.dispatchOnDisconnect miscellaneous_bindings:235

    Posted 11 years ago on Thursday November 15, 2012 | Permalink
  2. Does the form display OK in the form preview mode?

    The only error which is relevant here is this:

    Uncaught SyntaxError: Unexpected token ] http://www.sanantoniopetsalive.org:262

    I see it as this:

    Timestamp: 11/14/2012 7:53:56 PM
    Error: SyntaxError: missing } after property list
    Source File: http://www.sanantoniopetsalive.org/?page_id=1698
    Line: 262, Column: 60
    Source Code:
    or":"is","value":"Foster this animal until I can adopt it"}]],31: {"field":{"actionType":"show","logicType":"all","rules
    Posted 11 years ago on Thursday November 15, 2012 | Permalink
  3. Additionally, please clean up the invalid HTML in the section titles. You have a closing span tag but no opening tag:

    [html]
    <h2 class='gsection_title'>ABOUT YOU</span></h2>
    Posted 11 years ago on Thursday November 15, 2012 | Permalink
  4. walkerlynn
    Member

    It display's fine in the previewer. I will look at that conditional logic part of the form and see if it's wrong.

    Posted 11 years ago on Thursday November 15, 2012 | Permalink
  5. walkerlynn
    Member

    Is the Section Titles HTML not created directly from the plugin? All we did was add the text to section title, we didn't add any span tags.

    Posted 11 years ago on Thursday November 15, 2012 | Permalink
  6. walkerlynn
    Member

    It still will not work. If I take out all conditional logic it will show just fine, but if I add one conditional logic it will not show the form.

    Posted 11 years ago on Thursday November 15, 2012 | Permalink
  7. If it works fine in the preview mode with conditional logic, it would appear that there is a theme or plugin conflict causing a JavaScript error. That will prevent the Gravity Forms jQuery from revealing the sections of the form which should be visible. However, you mentioned that you have disabled plugins and everything else. Can you please verify that you have followed all these troubleshooting steps http://rkt.gs/testing

    Posted 11 years ago on Thursday November 15, 2012 | Permalink