Skip to content

Open Custom Form Page

Overview

Use this step to open a custom form page on the client side.

Parameter Configuration

ParameterDescription
Form TitleThe title content of the dynamic form window. Supports using expressions to get context variables for dynamic content.
Dialog Distance from TopThe distance from the top of the displayed dialog. Supports using expressions to get context variables for dynamic content.
Dialog WidthThe width of the dialog popup. Supports both pixel and percentage ratios.
Dialog HeightThe height of the displayed dialog. Supports using expressions to get context variables for dynamic content.
Display as Modal WindowSet whether the opened form creation page is modal.
Form StyleSet the layout style of fields in the form.
Form Field StyleSet the style of form fields.
Custom Data Table IdentifierSet the style of form fields.
Form FieldsConfiguration of the field list displayed in the dynamic form.
Field Default ValueSet the default value of fields. Supports using expressions to get context variables for dynamic content.
Submit Button TextThe button text for users to submit dynamic form content.
Toolbar ControlsControls displayed in the form toolbar.
Disable Submit Button When Following Conditions Are MetUse expressions in the custom form to calculate whether the submit button is disabled.
Call Automation Before SubmitCall automation before submission. Through pre-validation, if validation fails, window closing is prevented.
Automation Input ParametersInput parameters for calling automation before submission.

Return Value

Return ValueTypeDescription
Form DataRecordUser-filled form data. The data object properties are the identifiers of the fields.

Usage Instructions

Usage Scenarios

  • Interactive automation, where subsequent steps are improved after users submit data