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.

loading new jQuery causing gforms to set display:none

  1. mrhoneyfoot
    Member

    Hi guys,

    Every time I load jquery-1.4.4.min.js, my gform sets itself to display:none. When the jquery is unloaded, the gform appears again.

    I know this has something to do with conditional logic, which is used in this gform. But that relies on jquery. How can loading jquery break it?

    Is there a fix for this?

    Posted 13 years ago on Friday April 15, 2011 | Permalink
  2. This is because when you use conditional logic the entire form is hidden and then only the fields that should be visible are then displayed. Your fields aren't being displayed, which means the jQuery isn't executing properly. This could be due to a javascript error on the page. If you post a link to the page having the issue, we can take a look at it.

    Posted 13 years ago on Friday April 15, 2011 | Permalink