I've created a simple form and it shows up fine on pages and posts, but when I put it in the sidebar it seems to be dropped in there with no wrapping ul element. I poked around the code, but it's only making my migraine worse. Is this expected behavior or is there something I need to flip to get valid html out?
<li id="gform_widget-3" class="widget gform_widget">
<h2 class="widgettitle">Example Form Widget</h2>
<div class='gform_wrapper' id='gform_wrapper_1' >
<form method='post' enctype='multipart/form-data' id='gform_1' action='/'>...</form>
</div>
</li>
How do I dump the wrapping li or add the necessary ul using Gravity Forms?