![]() |
Adding textarea instead of text box in prod options
Under Product Management
Select product Options Select Option Type - there is Modificator/Variant/Text Box. I can use text box say for a gift service site and put Add a message to the card . The customer then can add a message in the box for the card however a text box is too small - you can't see what you have just written. However a Textarea field will keep scrolling. Can one change it to show a textarae box instead of a text box? Thanks Chris 4.04 |
If it is textbox code like:
Code:
<input type="textbox" name="textbox" value="textbox"> You can change this to: Code:
<textarea name="textfield" rows="5"></textarea> where the 'rows="5"' is how many rows you want it. Hope this helps. |
Which template do I modify to resize product option textbox?
Hello. I've been scouring the forum for two hours trying to find the answer to this and haven't had much luck, although I've gotten close.
I simply want to modify the product options textbox, in order to make it wider and possibly taller (multiple rows). I primarily need advice on which template to edit. If you have any advice, please let me know. Thanks! |
All times are GMT -8. The time now is 11:47 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.