Question
cftextarea maxlength="1000" not working...
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....
<cftextarea name="additionalremarks" cols="90" class="classmainfont" maxlength="1000"></cftextarea>
It doesn't restrict the characters to 1000 char....