if i remove this
Quote:
<tr>
<td class="blockrow" align="{$Globals['align1']}">{$pp_phrase['buynotice']}</td>
<td class="blockrow" align="{$Globals['align1']}"><select name="buyit">
<option selected="selected" value="no">{$pp_phrase['no']}</option>
<option value="yes">{$pp_phrase['yes']}</option>
</select><br /></td>
</tr>
|
the extrafield are not mandatory anymore, can you explain me why? I guess it does need a value or something. I just want the default option to NO.