Skip to main content

Version: 19.05 (EOL)

Create Forms

The createForms config is used to show/hide the Create Forms button that allows Workspaces users to create new forms using Maestro forms.

info

createForms relies on globalFilters.FormName.options to display the form list.

Example

The following example shows how to configure the create form feature.

createForms config
{
"createForms": true,
"globalFilters": {
"FormName": {
"label": "Product Name",
"options": ["DAO - Fraud Review", "DAO - Manual Review"],
"value": "All"
}
}
}

Properties

Create Form

PropertyDescription
createFormsBoolean (Default: false)

Whether to show (true) or hide (false) the Create Form button.