View Single Post
  #10  
Old 08-20-2008, 11:20 AM
 
MattZatus MattZatus is offline
 

Member
  
Join Date: May 2008
Posts: 19
 

Default Re: How do I increase the size of a text field in "customer options"???

I want to add another {if} command to make another option a textarea. How would I do that?

I tried adding this below it and it gives me an error:

{elseif $v.is_modifier eq 'T' & $v.classtext eq 'Description:'}
<textarea type="text" name="{$poname}" value="{$v.default|escape}" cols="35" rows="5"></textarea>
__________________
Version 4.1.9
Reply With Quote