Text: Defines a one-line text input field.
Number: Defines a numeric input field. You can also set restrictions on what numbers are accepted.
Date: Is used for input fields that should contain a date.
Date Time: Specifies a date and time input field, with no time zone.
Email: Is used for input fields that should contain an e-mail address.
Link: A field with a link to an external page.
Text area: Represents a field for multi-line text input. The control associated to this field is a text box that allows users to edit multiple lines of plain text.
Select: Is a control that provides the ease of selecting one choice from the list.
Multi Select: Is a control that provides the ease of selecting multiple choice from the list