|
Home > Advanced Options & Appendixes > Advanced Options in the Website Registration Form > Text area
Text area
It is also possible also to put a text area filed to the form. The purpose of this type of field is to allow the subscriber to fill in text that is longer than a usual field.
You should NOT use this type of field for fields that are set in your account, but ONLY for free text fields that are sent by email to the account owner.
The text area fields are added using the following code line:
<TEXTAREA name=free_text7 rows=5></TEXTAREA>
The only tag we add here is the rows tag, which defines how big will be your text area field.
See also
|