Skip to content

Open Form Designer Form

Overview

Open a specific page of the form designer form in a dialog box.

Parameter Configuration

ParameterDescription
ModuleForm designer module where the form originates.
FormForm to be used.
Form TitleTitle content of the dynamic form window to be opened. Expressions can be used to obtain context variables for dynamic content.
Dialog Distance from TopDistance from the top of the display dialog box. Expressions can be used to obtain context variables for dynamic content.
Dialog WidthWidth of the dialog box popup. Supports both pixel and percentage formats.
Dialog HeightHeight of the display dialog box. Expressions can be used to obtain context variables for dynamic content.
Display as Modal WindowSet whether the opened form creation page is modal.
Form ParametersData passed to the props attributes of the form. Expressions can be used to obtain context variables for dynamic content.
Form DataData passed to the form property in the data of the form. Expressions can be used to obtain context variables for dynamic content.
Display Submit ButtonWhether to display the submit button.
Submit Button TextText of the submit button. Expressions can be used to obtain context variables for dynamic content.

Notes

For form designer usage, please refer to Form Designer Guide.

  • Form Parameters: Must be an object type, where keys in the object correspond one-to-one with props in the form.

    Form Parameters

  • Form Data: Must be an object type, where keys in the object correspond one-to-one with field identifiers in the form.

    Form Data