This is what the template looks like as a data form.
{ "id": "customer-success-story", "name": "Customer success story", "description": "We would like to hear a little more about how you use our product in your daily work. Could you take a few minutes to tell us a about your company and how our product fits in?", "metadata" : { "version": 1, "created": "2021-01-01T01:01:01.000+0000", "updated": "2021-01-01T01:01:01.000+0000", "creator": { "id": "evolu.software", "name": "evolu software GmbH" } }, "section": [ { "id": "common", "name": "Let's start simple", "field": [ { "id": "firstname", "name": "What's your first name" }, { "id": "lastname", "name": "What's your last name" }, { "id": "company", "name": "And for what company do you work?" } ] }, { "id": "story", "name": "We want to show other interested people how other use our product to get things done.", "description" : "We like what you do and think the way you work can inspire others. But to do it right, we need your help to complete the customer success story.", "field": [ { "id": "company-purpose", "name": "In one or two sentences, tell us what your company does." }, { "id": "problem", "name": "What problem did you face before you found our solution?" }, { "id": "functionality", "name": "Which functionality did you use and why?" }, { "id": "solution", "name": "In what specific ways has our tool helped you?", "description": "In this section, we'd like to hear about the value we bring to your business." }, { "id": "tips", "name": "What tips do you have for others who use our software?" } ] }, { "id": "final-questions", "name": "Final questions", "description": "Many thanks for sharing, we really appreciate it. We have only three more questions.", "field": [ { "id": "role", "name": "Can you share your role with us?" }, { "id": "mail", "name": "What's your email address?", "description": "This way we can contact you if we have any follow-up questions. We also use it to let you know when we publish your story." }, { "id": "confirm", "name": "We might want to publish your customer success story. Is that okay with you?" } ] } ], "data": { "firstname": { "type": "text", "value": "" }, "lastname": { "type": "text", "value": "" }, "company": { "type": "text", "value": "" }, "company-purpose": { "type": "markdown", "value": "" }, "problem": { "type": "markdown", "value": "" }, "functionality": { "type": "markdown", "value": "" }, "solution": { "type": "markdown", "value": "" }, "tips": { "type": "markdown", "value": "" }, "role": { "type": "text", "value": "" }, "mail": { "type": "text", "value": "" }, "confirm": { "type": "boolean", "value": true, "true": "Yes - You are allowed to publish my customer success story", "false": "No - I want you to use my customer success story internally only" } } }