(Form Field) Lines

This field appears as a text box. It allows the user to enter individual values on the form. One value per line.  This field can be used as a server side field for program interaction.

Default Tab

  1. Hidden - This will make the field invisible to the end user. This is used if you are storing information for later use.
  2. Default - Enter any values in the field that you want displayed when the form is opened.
  3. Rows - This is the number of rows displayed in the text area.

Overrides Tab

Server-Side Variable - When checked, this field will act as a server side variable. This means it will only be available to the server and not the browser.