Trying to set up a check box for Terms and Conditions. Weird thing is that there's a style="display:none;" getting added to this field.
<li id="field_1_25" class="gfield" style="display: none; ">
<label class="gfield_label">You must agree to the contest rules before entering:</label>
<div class="ginput_container">
<ul class="gfield_checkbox" id="input_1_25">
<li class="gchoice_25_1">
<input name="input_25.1" type="checkbox" value="Agreed to terms" id="choice_25_1" tabindex="115">
<label for="choice_25_1">I have read and agree to the Contest Rules above.</label>
</li>
</ul>
</div>
</li>
I noticed that there are a number of posts in the forum about conflicts with other plugins (read one re Superfish). Wondering if that is my issue, but any help would be appreciated.
Here's a link to the form I'm testing. http://goo.gl/GVlGO
Thanks.