(Form Field) String

The string field is used for allowing users to enter unformatted text information into your form.

Default Tab

  1. Hidden - This check box hides to field from the browser. Use this to enter information that the user doesn't need to see but you need on the form anyway. This can also be used to pass information from one form to another.
  2. Max Length - The maximum length in characters this field will accept.
  3. Size - The size of the text box in characters that will display on the screen.
  4. Validator - The validator has several options for checking the field for validity such as email address, phone number, or a postal code. The validator will show an error on the field and not allow the form to be submitted until the error is corrected.

Overrides Tab

Server-Side variable - Is only available from the server and is not displayed or sent to the browser. This can be useful for programming.