Skip to main content
Known Participant
February 21, 2008
Question

cftextarea maxlength="1000" not working...

  • February 21, 2008
  • 1 reply
  • 376 views
Any idea why this might not be working?

<cftextarea name="additionalremarks" cols="90" class="classmainfont" maxlength="1000"></cftextarea>

It doesn't restrict the characters to 1000 char....
    This topic has been closed for replies.

    1 reply

    Inspiring
    February 21, 2008
    add these attributes
    validate="maxlength" validateat="onSubmit"