text fields have a maxlength attribute in html, but textarea's do not. You could just cook up some javascript to count the characters and limit it that way.
Shandy Nantz wrote:
text fields have a maxlength attribute in html, but textarea's do not. You could just cook up some javascript to count the characters and limit it that way.
Shandy Nantz wrote: