Display Form Activity
Description
The Display Form activity is a powerful way to gather multiple inputs of various types from the user all in one step. This activity provides access to the Form Designer where you can create complex forms collecting multiple pieces of information that can be passed to subsequent activities.
Usage
You may need to collect a lot of user input. A convenient way to do this is with a Display Form activity. There are many types of data you can collect such as geometries, text, dates and many more. For a complete list see our Form Elements page.
Inputs
Reset |
Optional Type: Boolean Indicates whether the form should be reset. This is typically used when a workflow returns to a form that has already been presented to the end user. |
Target |
Optional Type: "default" | "modal" | String Indicates what container to use when displaying the form:
In addition to default and modal, the Geocortex Viewer for HTML5 supports any container defined in the Workflow module's |
Outputs
state |
Type: Lookup<defs.Element> The state of the form. Use this to update or access the values of form elements. |
result |
Type: String The result of the form. |
Properties
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
Supported Environments
Environments capable of running this activity
Server
|
Client |
||||
Web |
Mobile |
Experience Builder |
Web AppBuilder |
Geocortex Viewer for HTML5 |
|
---|---|---|---|---|---|
|
|
|
|
|
|
Levels of Support: |
Partially Supported Environments
-
VertiGIS Studio Web, VertiGIS Studio Mobile, and Experience Builder do not support the Target input. Instead, the form's location in the running workflow is determined by the workflow component's location in the app.
For example, to display a form in a panel, place the workflow's component in a Panel component. Similarly, to show a form in a modal window, place the workflow's component in a Dialog component.
Connectivity Requirements
This activity works when the device has intermittent connectivity to the network.
Version Information
Supported from: Geocortex Viewer for HTML5 2.9, ArcGIS Web AppBuilder 2.4.
See also...