Basic Components

Text Field
A textfield can be used for short and general text input. For example, First Name, Last Name, any open ended question that would obtain a short response.  T...
Mon, 22 Apr, 2019 at 10:58 PM
Text Area
A Text Area has the same options as the textfield form component. The difference is that it will be a multi-line input field that allows for longer text.  ...
Mon, 22 Apr, 2019 at 10:55 PM
Number
Number fields should be used whenever a field should be limited to a type of number value. Use Delimeter: Check this setting if you would like the val...
Mon, 22 Apr, 2019 at 11:02 PM
Drop Down List
A drop down field will display a list of values in a drop down list to users. Users can select one of the values.  To specify the values that appear in your...
Mon, 22 Apr, 2019 at 11:08 PM
Checkbox
A check box is a boolean value input field. It will either be on or off. General field settings can be changed as needed.
Mon, 22 Apr, 2019 at 11:12 PM
Checkbox Group
The Check Boxes Group form component works like the Radio component, but allows the user to check multiple values rather than just 1 choice.
Mon, 22 Apr, 2019 at 11:16 PM
Radio Choice
Radio form components should be used when presenting a list of options from which one should be chosen.
Mon, 22 Apr, 2019 at 11:19 PM
Content
Content may be added to a form to provide non-field information. For example, if you need instructions at the top of a form that are for display only, use a...
Mon, 22 Apr, 2019 at 11:23 PM
Button
Buttons can be added to perform various actions within the form.  Action: This is the action that will be performed. Currently there are two actions t...
Mon, 22 Apr, 2019 at 11:26 PM
Time
Time form components can be used to input times.
Mon, 22 Apr, 2019 at 11:29 PM