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?

  1. When I use conditional logic on this form it no longer displays any of the form?

    http://www.avance.org/donate/

    With no conditional logic set, form displays fine

    Posted 11 years ago on Wednesday January 16, 2013 | Permalink
  2. Also having the same issue since upgrading.

    My theme does include wp_footer() and other enqueued scripts are working. I do not see any gravity forms related javascript though.

    Posted 11 years ago on Wednesday January 16, 2013 | Permalink
  3. @cmcmahon, please open your own topic and post the URL to the page on your site with the problematice form. We will have to troubleshoot your issue separately.

    @housedesigns, I see a couple JavaScript errors on that page:

    Timestamp: 1/16/2013 2:12:16 PM
    Error: TypeError: jQuery(...).colorbox is not a function
    Source File: http://www.avance.org/donate/
    Line: 250
    
    Timestamp: 1/16/2013 2:12:19 PM
    Error: TypeError: element.datepicker is not a function
    Source File: http://www.avance.org/wp-content/plugins/gravityforms/js/datepicker.js?ver=1.6.11
    Line: 31

    I think the problem is that you have two version of jQuery being loaded in that page. The proper version, 1.8.3 is being loaded in the head, and 1.7.1 is being loaded in the footer.

    <script type='text/javascript' src='http://www.avance.org/wp-content/themes/education/js/jquery-1.7.1.min.js?ver=2.11'></script>

    Remove the reference to the one in the footer and we will take another look. As long as there are no other JavaScript errors, I think the form will work. The JavaScript errors prevent our jQuery from running and showing the parts of the form which should be visible based on your conditional logic rules.

    Posted 11 years ago on Wednesday January 16, 2013 | Permalink
  4. Thanks Chris,

    I didnt realize that. Works fine now! :)

    Posted 11 years ago on Wednesday January 16, 2013 | Permalink
  5. Awesome. Glad you worked that out.

    Posted 11 years ago on Wednesday January 16, 2013 | Permalink

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