If conditional logic is not working it's going to be due to a javascript error. Javascript errors cause your browser to quit executing ALL javascript on the page, even when it's unrelated to Gravity Forms itself.
Because conditional logic uses javascript to show/hide the fields that should be visible, anytime there is a javascript error it will result in the form not being displayed at all.
If you are using FireFox I highly recommend you install the FireBug plugin for FireFox. Then when you encounter an issue like this, enable FireBug and browse to the site. If you select the error console in FireBug it will display any errors and you can see what is going on.
In order to be able to determine what is going on you would need to provide us with the URL to a page on your site that is having this problem. We'd have to be able to view it ourselves and inspect the markup. The method I described above using FireBug is also what we would do to check for any Javascript errors.
A Javascript error in this situation can be caused by...
- jQuery not being present.
- jQuery being enqueued AFTER the form script related to conditional logic executes, such as in the footer instead of the header.
- Theme related javascript error on the same page.
- Another plugin outputting a javascript error on the same page.
I am closing this forum post as the original posters issue was resolved.
If you are experiencing this issue and need assistance, please create a new support forum post of your own and explain the issue and also provide us with a link to your site where we can see the issue happening firsthand.
Posted 12 years ago on Monday February 13, 2012 |
Permalink