Date
Provides month, day and year drop-down fields, as well as a pop-up calendar, for date input.
Provides a field for e-mail address input, and validates the submitted value is an e-mail address.
Fieldset
Used for grouping form components; use the drag-and-drop handle to arrange components that are part of the group as chlld items of the fieldset.
File
Provides a file upload for attaching files to form submissions.
Grid
Provides a grid formatted field for radio button (single selection) or check box (multiple selection) input. Questions are formatted as rows, and responses are formatted as columns.
All questions in the grid component have the same options for a response. Create separate grid components for differents sets of responses.
Hidden
Provides a hidden field for internal content entry. Label and text in hidden field will not be displayed on the webform, but will be included in the data saved. A Hidden field does not provide for any input by the webform submitter.
Markup
Provides a field for content entry by the form creator. Content in the markup field will be displayed on the webform. Markup fields are typically used for text, links, or images to be displayed within the webform components - i.e. for additional instructions. A Markup field does not provide for any input by the webform submitter.
Number
Provides a field for number input.
Page break
Provides a page break configuration to create multi-page webforms.
Select options
Provides a select field for text input. Radio buttons are provided for single value selection. Check boxes and list boxes are provided for mutiple value selection.
Textarea
Provides a multi-line text field for text input (i.e. descriptions, comments, etc.).
Textfield
Provides a single-line text field for text input (i.e. name, address, etc.).
Time
Provides hour and minute drop-downs, as well as am/pm radio buttons, for time input.