Hi,
This makes little sense to me. The whole problem is described in the subject. I have a one checkbox field that is a yes/no field. When I try to show a paragraph text field after checking the box, previews stop working. I see in Firebug that the form is there, it's just got inline style set to display: none.
<div id="gform_wrapper_1" class="gform_wrapper" style="display:none">
It seems to me the conditional logic has a bug in which it applies the hidden state to the entire form as opposed to the element which I assigned it to.
Is this a known problem?
Thanks for any help,
Eivind