Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

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

Info

We show you how to import this template here:
https://aevolu.atlassian.net/wiki/spaces/DFC/pages/2368667649/Data+Forms+templates+-+How+to+export+and+import+templates#Import-templates

Code Block
{
  "id": "evolu.software-sales-inquiry",
  "name": "Sales inquiry",
  "description": "",
  "metadata": {
    "created": "2021-01-01T01:01:01.000+0000",
    "updated": "20212022-0108-01T0115T01:01:01.000+0000",
    "creator": {
      "id": "evolu.software"
    },
    "updater": {
      "nameid": "evolu .software GmbH"
    },
    "updatertemplate" : {
      "id" : "evolu.software${tid}-${uuid}",
      "name" : "evoluCustomer success software GmbHstory ${yyyy-mm-dd}"
    },
    "version": 12
  },
  "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": ""
    }
  }
}