Hi there the entire form gets hidden if there is a conditional statement on a section break further down the form... any idea how to resolve this?
Hi there the entire form gets hidden if there is a conditional statement on a section break further down the form... any idea how to resolve this?
Hmm strange now I'm noticing a conditional statement on any element hides the entire form...
Got this solved... was a JS issue... was calling a form via do_shortcode and js/css wasn't being implemented... had to force that via
gravity_form_enqueue_scripts(1, true);
Hi raptor,
Glad you were able to get this sorted. :)