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 Form does not appear in Theme

  1. Started building a very simple form here:
    http://174.120.82.66/~bgcgwweb/volunteer/

    When I add in conditional logic to a field, the entire form no longer seems to appear. I've gone through the plugin compatibility test and no luck there, so it is not a plugin issue.

    Instead, it seems to be a theme compatibility issue as reverting to the Twenty Eleven theme got the form to appear. This site is using the iThemes Builder framework and based on some other research I've done in these forums, it's most likely a .js issue somewhere that prevents the conditional logic from working correctly. Can anyone point me in the right direction as to what is going wrong?

    Posted 11 years ago on Thursday January 10, 2013 | Permalink
  2. It is certainly looks a theme conflict. I don't see multiple jQuery instances being loaded, and the jQuery appears to be loaded properly in the head section of the page. The only thing strange I see is this in the source of the page:

    <script type='text/javascript'>
    /* <![CDATA[ */
    var require = {
    	waitSeconds : 15,
    	paths : {
    		"jquery" : "require_jquery"
    	}
    };
    /* ]]> */
    </script>

    I'm not sure what that does or how it's related to loading jQuery, if at all. Does that go away when you change themes, or is that coming from a plugin?

    Posted 11 years ago on Friday January 11, 2013 | Permalink
  3. I just checked your page now and I see the form. Did you resolve a conflict or just remove the conditional logic?

    Posted 11 years ago on Friday January 11, 2013 | Permalink