Embed Form
- Last UpdatedJun 25, 2024
- 5 minute read
Use Embed Form control to use the entire form as a part of another form. You can design the common section in a Form and use it in other forms through the Embed Form.
Properties
The properties for the control are grouped under the following tabs:
Basic
|
Property |
Description |
|---|---|
|
Name |
Name that identifies the control. This value is also used for the label of the control. |
|
XML Node |
XML node mapped to the control. Use this value to map a list to a form and a form to a workflow. The default value is the value for the Name property without the spaces. Note: If you edit this value later, then it might affect the mapping between forms, lists, and workflows. |
|
Description |
Description for the control. |
|
Form Details |
Details of the form that is to be linked. To add Form Details for the control
|
Appearance
|
Property |
Description |
|---|---|
|
Visible |
Show or hide the control.
|
|
Label Position |
Position of the label for the control.
Note: |
|
Label-Control Area |
Area occupied by the label and the control in percentage.
Note: |
|
Width |
Width in pixels for the control. The default value is 0. Note: If the value is 0, then the width of the control is set as per the default values. |
|
Height |
Height in pixels for the control. The default value is 0. Note: If the value is 0, then the height of the control is set as per the default values. |
|
Consider Available Height |
Resize the height of the control or container based on the available height.
Note: |
|
Retain Space |
Reserve or remove space when the control is hidden.
|
|
Show Panel Details |
Show or hide the Title, Description, and Margin.
|
|
Adapt UI |
Change the user interface of the control based on the display width.
Note: The responsiveness of the container depends on the value set for the Desktop View Only property at the Form level. |
Advanced
|
Property |
Description |
|---|---|
|
ID |
Reference identification code for the control. This value is automatically generated and cannot be changed. |
Scripts
For information about using scripts, see scripting guidelines for Embed Form control.
Note:
- This control might impact performance as the data loaded determines the performance
of the control.
- If the form specified in the Embed Form control, contains an On Form Load script, then the script does not get executed. To overcome this, use a Hidden Field control with the script added to the value script.
- Embed Form control does not support forms with Embed Form controls.
- Embed Form is not supported in Panel Form when with Tab Order set to Horizontal.
- Embed Form is not supported for MQTT.