Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This is what the template looks like as a data form.

{
  "id": "evolu.software-sales-inquiry",
  "name": "Sales inquiry",
  "description": "",
  "metadata": {
    "created": "2021-01-01T01:01:01.000+0000",
    "updated": "2021-01-01T01:01:01.000+0000",
    "creator": {
      "id": "evolu.software",
      "name": "evolu software GmbH"
    },
    "updater": {
      "id": "evolu.software",
      "name": "evolu software GmbH"
    },
    "version": 1
  },
  "section": [
    {
      "id": "general",
      "name": "Sales inquiry",
      "description": "You are interested in what we have to offer? Let us find the perfect product for you.",
      "field": [
        {
          "id": "name",
          "name": "What's your name?",
          "description": ""
        },
        {
          "id": "products",
          "name": "Which of our products are you interested in?",
          "description": ""
        },
        {
          "id": "details",
          "description": "Tell us a bit more about what you’re looking for so we can find the perfect solution.",
          "name": "More details"
        },
        {
          "id": "phone",
          "description": "",
          "name": "Let's talk about it on the phone, what is your phone number?"
        },
        {
          "id": "date",
          "description": "",
          "name": "What day are you available for a call?"
        },
        {
          "id": "email",
          "description": "",
          "name": "Just in case we can't reach you, what is your email address?"
        }
      ]
    }
  ],
  "data": {
    "name": {
      "type": "text",
      "value": ""
    },
    "products": {
      "type": "select-multi",
      "allowedValues": [
        {
          "name": "Email",
          "lozenge": {
            "appearance": "removed",
            "bold": true
          }
        },
        {
          "name": "Telephone",
          "lozenge": {
            "appearance": "moved",
            "bold": true
          }
        },
        {
          "name": "Event monitoring system",
          "lozenge": {
            "appearance": "success",
            "bold": true
          }
        },
        {
          "name": "Intranet portal",
          "lozenge": {
            "appearance": "success",
            "bold": false
          }
        }
      ],
      "value": []
    },
    "details": {
      "type": "markdown",
      "value": ""
    },
    "phone": {
      "type": "text",
      "value": ""
    },
    "date": {
      "type": "date",
      "value": ""
    },
    "email": {
      "type": "text",
      "value": ""
    }
  }
}

  • No labels