Form components
Form components provide you with the ability to collect various kinds of data. To create a custom form, drag the desired UI components into the form and arrange them to the logic of your use-case.
The form components are available in the Components panel.
Form components can be associated with a specific data type, such as String, Double or SecureString. However, there are some form components that do not have a standard data type associated with them. In these cases, there are two possible behaviors:
- The form component may be hidden at runtime, meaning it will not be displayed to the end-user when the form is rendered. For example, this behavior applies for the HTML Element.
- Secondly, the form component may not have a data type itself, but instead contains other form components that do have specific data types. In this case, the form component serves as a container or wrapper for the other components, allowing them to be grouped together in a logical manner.