Form
Embeds a form created in Form Builder. References by formId. Confirmation behavior (success message, redirect, hide/reset, notifications) is configured per-form in Form Builder, NOT on this element.
Type: "form"
Embeds a form created in Form Builder. References by formId. Confirmation behavior (success message, redirect, hide/reset, notifications) is configured per-form in Form Builder, NOT on this element.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
formId | string (form id) | — | Form |
Contoh
{
"id": "for01abc",
"type": "form",
"props": {
"formId": "",
"formTitle": ""
}
}