getFormConfig
This function loads a form configuration Form configuration via the specified url.
For this purpose, a GET-Message is sent.
Example
getFormConfig.json
{
"$schema": "https://forms.virtimo.net/5.1.0/schema.json",
"metaData": {
"id": 0,
"version": 0
},
"configuration": {
},
"components": [
{
"type": "container",
"components": [
{
"type": "button",
"label": "getFormConfig",
"onClick": {
"action": "getFormConfig",
"payload": {
"url" : "https://files.virtimo.net/docs-dev/docs-develop/de/bpc-docs/5.1/forms/_attachments/getFormConfigTarget.json"
}
}
}
]
}
]
}
Embedded preview
Keywords: