getFormConfig

This function loads a form configuration via the specified url. An GET message is sent for this.

Overview

action ("getFormConfig")

Action to be executed.

payload (GetFormConfigActionPayload)

Object containing the url to be specified.

GetFormConfigActionPayload

url (string)

Url of the configuration to be loaded.

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: