Hello,
As an example, would it be possible to adjust the form output from something like:
<ul id='gform_fields_1' class='gform_fields top_label description_below'>
<li id='field_1_2' class='gfield'>
<label class='gfield_label' for='input_1_2'>Untitled</label>
<div class='ginput_container'>
<input name='input_2' id='input_1_2' type='text' value='' class='medium' tabindex='3' />
</div>
</li>
</ul>
to
<ul id='gform_fields_1' class='gform_fields top_label description_below'>
<li id='field_1_2' class='gfield'>
<label class='gfield_label' for='input_1_2'>Untitled</label>
<input name='input_2' id='input_1_2' type='text' value='' class='medium' tabindex='3' />
</li>
</ul>
Best regards,
Cor