Embedded form
Overview
The Embedded form component allows you to display a nested form.
This component is the successor to the Template component. All template components are now displayed using the Embedded form component.
Main properties
| Name | Type | Description |
|---|---|---|
| Store data in parent form | boolean | If false, nested form data show as nested object, true otherwise |
| Form name | string | The form name |
| Options | object | The additional options for loading the embedded form |
| Disabled | boolean | If set to true, makes your checkbox inactive |
| Read Only | boolean | If set to true, makes your checkbox unavailable to interact with |
At the bottom of the Main properties menu, you can find additional options:
- Render When: Provides conditional rendering for your component as described in the corresponding chapter.
- HTML attributes: Allows you to provide custom HTML attributes for your form.