Use scrolling text fields when you need people to enter information by typing and you expect them to enter more than a few words. For instance, you would probably provide a scrolling text region for people to type the content of an email message.
This name does not appear on the form; it's stored in the HTML file. The cgi-bin script uses this name to identify the information collected from that field.
This determines how many lines of text display in the field. For instance, if you type 3, only three lines are displayed. If the text area contains more than three lines, the person who views the form in a Web browser must scroll to view them.
This determines the width of the text area. It's measured in characters. If you want the field to be wide enough to display 10 characters, type 10 in the field.
If you leave this field blank, the scrolling text region is empty by default.
Once the text area is on the page, you can add text to it directly.