CustomerService
02-15-2008, 12:51 PM
The message field on the "contact us" page (if enabled) has been given more height. That's it. Still, it's an update :p
Manual fix:
In the contactus template find:
<textarea name="message" rows="10" cols="50" wrap="virtual" style="width:$stylevar[messagewidth];">$message</textarea>
Replace with:
<textarea name="message" rows="10" cols="50" wrap="virtual" style="width:$stylevar[messagewidth];height:100px;">$message</textarea>
Manual fix:
In the contactus template find:
<textarea name="message" rows="10" cols="50" wrap="virtual" style="width:$stylevar[messagewidth];">$message</textarea>
Replace with:
<textarea name="message" rows="10" cols="50" wrap="virtual" style="width:$stylevar[messagewidth];height:100px;">$message</textarea>