@dzne Just so you are aware, whoever posted on the StudioPress saying Gravity Forms uses jQuery v1.7.2 is incorrect. Gravity Forms, like StudioPress, uses the built in jQuery from WordPress which means it uses jQuery v1.7.1 when running WordPress v3.3+.
Also to clarify some comments here regarding conditional logic being delicate, etc. that isn't the situation. Conditional logic uses javascript. When your browser encounters ANY javascript error on the page, it will quit executing any remaining javascript. When this happens, the conditional logic javascript doesn't get executed and the form is not displayed. So these types of issues have nothing to do with conditional logic being delicate or touchy, it has to do with how javascript fundamentally works within your browser.
These issues aren't caused by problems or "delicate" code in Gravity Forms, they are caused by javascript errors being output by a theme or another plugin. Sites shouldn't have javascript errors and when they exist, they need to be corrected because they can impact your browsers ability to execute javascript just like they have here.
That being said, have you already corrected the issue? When I view the page at the URL provided, the form appears fine and conditional logic is working.
I am visiting the form on this page: http://www.wpformoms.com/hire-me/
Also just wanted to note that in the future please post your own support forum request when you have an issue rather than post as a reply to someone else's issue. The original posters issue was already resolved, his issue was caused by unrelated javascript errors on his site preventing the browser from executing conditional logic.
Posted 12 years ago on Wednesday June 6, 2012 |
Permalink