View Single Post
Old December 17th, 2011, 09:11 AM   #39 (permalink)
KrUsTyX
Member
Verified Customer
 
Join Date: Aug 2007
Posts: 125
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.

Last edited by KrUsTyX; December 17th, 2011 at 09:20 AM.
KrUsTyX is offline   Reply With Quote