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.

Conditional Logic shows empty page

  1. mycal2
    Member

    I tried to use conditionl Logic: If dropdown = yes than show one element.
    What happens is that the hole form is hidden.

    HTML looks like this:
    <div class="gf_browser_chrome gform_wrapper" id="gform_wrapper_1" style="display:none">

    Any ideas, what I did wring?

    Posted 11 years ago on Monday February 18, 2013 | Permalink
  2. Please post a link to the page on your site where the form should be visible. If the form with conditional logic is not showing, it is likely due to a JavaScript or jQuery error. These normally come from theme and plugin conflicts. You can use the troubleshooting steps found here http://rkt.gs/testing

    Posted 11 years ago on Monday February 18, 2013 | Permalink
  3. mycal2
    Member

    http://zahnarzt.mollath.com/anamnese-bogen.
    PW:

    Posted 11 years ago on Monday February 18, 2013 | Permalink
  4. mycal2
    Member

    I tried to switch the theme to Twenty Eleven. It didn't help

    Posted 11 years ago on Monday February 18, 2013 | Permalink
  5. I got the same problem once updating to 1.6.12.

    http://www.suzishop.net.au/find-a-part/

    The whole form didn't appear with any conditional logic field. Looks like a bug introduced in the new version

    Posted 11 years ago on Monday February 18, 2013 | Permalink
  6. Okay, I disabled all the plugins on the site and bingo this one caused the issue jQuery Lightbox For Native Galleries

    and old lightbox image fade plugin, possibly using its own jquery and not wordpress 3.5.1 so i'm fixed.

    mycal2 - try disabling all your plugins except gforms and you too may find the culprit. Activate them one by one until you find the problem

    Good luck

    Posted 11 years ago on Monday February 18, 2013 | Permalink
  7. Actually on closer inspection i had this code in my functions.php file which helped with jquery issues prior to 3.5 but is now causing problems

    removing it fixes the missing form

    // Fix Javascript
    if(!is_admin()) {
    wp_deregister_script('jquery');
    wp_register_script('jquery',("http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"),false);
    wp_enqueue_script('jquery');
    }

    Posted 11 years ago on Monday February 18, 2013 | Permalink
  8. mycal2
    Member

    I'll give it a try. Thx

    Posted 11 years ago on Monday February 18, 2013 | Permalink
  9. mycal2
    Member

    It worked! Thx a lot for prompt answers.

    Posted 11 years ago on Monday February 18, 2013 | Permalink

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