(Form Field) Text

The text field, also known as a text area, allows the user to enter multiple lines of un-formatted text into the form.  This can be useful for long answer questions or "Additional Information" fields.

Default Tab

  1. Hidden - This allows you to hide the field from the browser so the user can not change it.
  2. Rows - This is the number of rows displayed in the text box area.
  3. Max Length - This is the maximum allowable characters in the field. Use 0 for no limit.
  4. Reject Text with Links? - Check this box to prevent people from adding links to this field.

Override Tab

Server-Side Variable - This check box allows you to use this field as a variable for programming on the server.