When I use conditional logic on this form it no longer displays any of the form?
With no conditional logic set, form displays fine
When I use conditional logic on this form it no longer displays any of the form?
With no conditional logic set, form displays fine
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.
@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.
Thanks Chris,
I didnt realize that. Works fine now! :)
Awesome. Glad you worked that out.