yea, the size parameters are only to control the size. i.e., its more of aesthetic control. To limit the number of characters, you'd have to do some manual editing of the form. The good news is you won't have to mess with the form processing code in php. All you need to do is the edit the form1.html file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to limit characters in the text area?
When you set up the form through the index.php.
there are field1 and field 2.
That is where you can specify how many characters the fields will have. If you don't, then you get the default number.
That just gives you the size of the text area.
I want to limit the number of characters that can be typed in the area.
yea, the size parameters are only to control the size. i.e., its more of aesthetic control. To limit the number of characters, you'd have to do some manual editing of the form. The good news is you won't have to mess with the form processing code in php. All you need to do is the edit the form1.html file.