I have created a form with a conditional textarea at the end. If the textarea conditional logic is enabled, then the whole form doesn't display? Has anyone seen this before?
I have created a form with a conditional textarea at the end. If the textarea conditional logic is enabled, then the whole form doesn't display? Has anyone seen this before?
Sounds like a theme or plugin conflict, most likely a plugin. Can you begin by testing for plugin conflicts here? http://rkt.gs/testing
My first thought was to disable every plugin except gravity forms - no beans... I can't figure out what the conflict may be... http://www.matrixcapital.co.uk/widgettest/ I can see the form is in the code, but it's hidden due to the style="display:none" - but for some reason the conditional logc code doesnt' appear to load anywhere...
Fixed it... turns out that prettyPhoto was being called, but for some reason the actual JS script for prettyPhoto hadn't been enqued correctly, so it must have been preventing any other jqeury calls from completing.