I activated the enhanced interface and it works but the original fields are still on the screen. There was no substitution just an addition. Not being a programmer anymore or familiar with these products all I could do was narrow down proof or what I think is proof with firebug. Below is a listing.
[php]
<div class="gform_body">
<ul id="gform_fields_2" class="gform_fields left_label description_below">
<li id="field_2_4" class="gfield gfield_contains_required">
<label class="gfield_label" for="input_2_4">
<div class="ginput_container">
<div class="jqTransformSelectWrapper" style="z-index: 10; width: 227px;">
<div>
<ul style="width: 225px; display: none; visibility: visible; height: 66px; overflow: hidden;">
<li>
<a href="#" rel="nofollow">Classic T-style body - $72.50</a>
</li>
<li>
<select id="input_2_4" class="medium gfield_select chzn-done jqTransformHidden" tabindex="-1" name="input_4" style="display: none;">
<option selected="selected" value="Classic">Classic T-style body - $72.50</option>
<option value="+$11.25">Tapered T-style body - $83.75</option>
</select>
</div>
<div id="input_2_4_chzn" class="chzn-container chzn-container-single" style="width: 197px;">
<a href="void(0)" rel="nofollow">
<span>Classic T-style body - $72.50</span>
<div>
I think what I am seeing is the field is listed once here;
<select id="input_2_4" class="medium gfield_select chzn-done jqTransformHidden"
and once here;
<div id="input_2_4_chzn" class="chzn-container chzn-container-single"
Can anyone point me in the right direction to stop the original field from showing?