Hi,
My site is at http://www.akmlaw.co.nz/contact.
The comments field seems to get too long, even though it has been set to Small under the advanced tab.
Please help.
G
Hi,
My site is at http://www.akmlaw.co.nz/contact.
The comments field seems to get too long, even though it has been set to Small under the advanced tab.
Please help.
G
Try adding this to your style.css
[css]
.gform_wrapper textarea.small {
width: 47% !important;
}