{
  "key": "choose_hosting",
  "title": "Choose your website hosting",
  "variables": {},
  "start": "decide",
  "steps": [
    {
      "id": "decide",
      "owner": "client",
      "instruction": "Two options: we host it for $29/mo — managed, backups and updates included — or you pick your own WordPress host and grant us access to it.",
      "fields": [
        {
          "key": "hosting",
          "type": "select",
          "label": "Hosting",
          "required": true,
          "options": [
            "PlusROI hosting — $29/mo",
            "Our own WordPress host"
          ]
        }
      ],
      "primary": {
        "label": "Submit choice",
        "to": "team_ack"
      },
      "alternatives": [
        {
          "key": "later",
          "label": "I'll do it later",
          "kind": "flag",
          "tone": "ack"
        },
        {
          "key": "trouble",
          "label": "Having trouble",
          "kind": "flag",
          "tone": "attention"
        }
      ],
      "control": "input"
    },
    {
      "id": "team_ack",
      "owner": "team",
      "instruction": "Acknowledge so the client sees it landed.",
      "primary": {
        "label": "Noted",
        "to": "$done"
      }
    }
  ]
}
