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
|