{
  "name": "Simple lead capture and follow-on with n8n multi-forms",
  "nodes": [
    {
      "id": "7263f921-1622-47eb-903c-729a75965e20",
      "name": "About You",
      "type": "n8n-nodes-base.form",
      "position": [
        600,
        200
      ]
    },
    {
      "id": "590e8da4-e4b5-46de-af19-f07f82305c19",
      "name": "Your Interests",
      "type": "n8n-nodes-base.form",
      "position": [
        780,
        200
      ]
    },
    {
      "id": "c8f837be-4c09-4cf5-be33-913814d7b1c4",
      "name": "Join Beta Testers",
      "type": "n8n-nodes-base.form",
      "position": [
        960,
        200
      ]
    },
    {
      "id": "9d8f8a98-7cf6-4dc9-bbed-b999dbdfc6d5",
      "name": "Sign Up Form",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -120,
        160
      ]
    },
    {
      "id": "e7143922-7de1-448d-9abb-72034437f79c",
      "name": "Capture More Info",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1140,
        200
      ]
    },
    {
      "id": "0cacb296-0d12-44e5-a749-65aa2e89a42d",
      "name": "Capture Email",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        60,
        160
      ]
    },
    {
      "id": "9befb4d6-7c50-4acb-9972-97e95981632f",
      "name": "Show Completion Screen",
      "type": "n8n-nodes-base.form",
      "position": [
        1560,
        140
      ]
    },
    {
      "id": "01b7b455-a64f-42a1-9c5a-f04908eced41",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -260,
        -120
      ],
      "parameters": {
        "width": 740,
        "height": 480,
        "content": "## 1. Easy Lead Capture with n8n Forms\n[Learn more about Form Triggers](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger)\n\nPreviously, the n8n form experience was quite l"
      }
    },
    {
      "id": "00b6bcac-2c39-4b5c-aef6-bd6e2731240b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        500,
        -60.69767441860472
      ],
      "parameters": {
        "width": 840,
        "height": 460.6976744186047,
        "content": "## 2. Follow-on Short Survey via Multi-Step Forms\n[Read more about n8n Form node](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/)\n\nMulti-page forms are built by simply chaini"
      }
    },
    {
      "id": "e76311ce-ab8e-4563-9fe4-a58a7578b3d0",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1360,
        -60
      ],
      "parameters": {
        "width": 500,
        "height": 460,
        "content": "## 3. Customise Your Completion Screen\n[Read more about n8n Form node](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/)\n\nOnce complete, use the Form node in \"form ending\" page"
      }
    },
    {
      "id": "56dc48c4-0232-4dce-bdb5-08e928389425",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -740,
        -300
      ],
      "parameters": {
        "width": 440,
        "height": 660,
        "content": "## Try It Out!\n\n### This template builds a simple newsletter signup form with a follow-on short survey entirely in n8n! Taking full advantage of n8n's new multi-page form functionality, it's easy to b"
      }
    },
    {
      "id": "8035269e-224f-4036-9e8a-9447cfa87252",
      "name": "Notify New Signup!",
      "type": "n8n-nodes-base.slack",
      "position": [
        240,
        160
      ]
    }
  ],
  "connections": {
    "About You": {
      "main": [
        [
          {
            "node": "Your Interests",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Sign Up Form": {
      "main": [
        [
          {
            "node": "Capture Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Capture Email": {
      "main": [
        [
          {
            "node": "Notify New Signup!",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Your Interests": {
      "main": [
        [
          {
            "node": "Join Beta Testers",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Capture More Info": {
      "main": [
        [
          {
            "node": "Show Completion Screen",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Join Beta Testers": {
      "main": [
        [
          {
            "node": "Capture More Info",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notify New Signup!": {
      "main": [
        [
          {
            "node": "About You",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}