{
  "name": "Form to Google Sheet",
  "nodes": [
    {
      "parameters": {
        "formTitle": "Request",
        "formDescription": "Send us a request",
        "formFields": {
          "values": [
            {
              "fieldLabel": "Name",
              "placeholder": "Name"
            },
            {
              "fieldLabel": "Email",
              "fieldType": "email",
              "placeholder": "email"
            },
            {
              "fieldLabel": "Request",
              "fieldType": "textarea",
              "placeholder": "Request"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.formTrigger",
      "typeVersion": 2.2,
      "position": [
        0,
        0
      ],
      "id": "ccf5fff7-f8a4-44d3-a44c-23590b9cb18f",
      "name": "On form submission",
      "webhookId": "a8b6cfc6-251e-4c1d-8095-f073deb893a2"
    },
    {
      "parameters": {
        "operation": "append",
        "documentId": {
          "__rl": true,
          "value": "1twSIlaeuRvDn4DW9Y-Cgp4dbpHgs97uWjSinwmnmwI4",
          "mode": "list",
          "cachedResultName": "requests",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1twSIlaeuRvDn4DW9Y-Cgp4dbpHgs97uWjSinwmnmwI4/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": "gid=0",
          "mode": "list",
          "cachedResultName": "Sheet1",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1twSIlaeuRvDn4DW9Y-Cgp4dbpHgs97uWjSinwmnmwI4/edit#gid=0"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "Name": "={{ $json.Name }}",
            "Email": "={{ $json.Email }}",
            "request": "={{ $json.Request }}"
          },
          "matchingColumns": [],
          "schema": [
            {
              "id": "Name",
              "displayName": "Name",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "Email",
              "displayName": "Email",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "request",
              "displayName": "request",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            }
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        208,
        0
      ],
      "id": "e37d7dfb-86f5-47b2-ad72-8d2ce5999c81",
      "name": "Append row in sheet",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "1XXYP3XNzmzEe6zV",
          "name": "Google Sheets account 2"
        }
      }
    },
    {
      "parameters": {
        "content": "## Workflow start\nForm to start the workflow",
        "height": 288,
        "width": 224
      },
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        -96
      ],
      "typeVersion": 1,
      "id": "150722fb-83f1-44ba-b9fc-d7acb3ee06e7",
      "name": "Sticky Note"
    },
    {
      "parameters": {
        "content": "## Google Sheets\nSend the info to a google sheet",
        "height": 288,
        "width": 256,
        "color": 4
      },
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        -96
      ],
      "typeVersion": 1,
      "id": "4ebb41f5-41a4-474b-bcfa-b2649574e638",
      "name": "Sticky Note1"
    },
    {
      "parameters": {
        "content": "# Instructions\n\nSteps:\n1. Integrate the form into your site\n2. Set Google Sheets credentials\n3. Create requests sheet\n4. ???\n5. Profit",
        "height": 448,
        "width": 544,
        "color": 3
      },
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        -608
      ],
      "typeVersion": 1,
      "id": "bb43ba36-0e4b-4ff5-98cd-d35563dfc8ae",
      "name": "Sticky Note2"
    }
  ],
  "pinData": {},
  "connections": {
    "On form submission": {
      "main": [
        [
          {
            "node": "Append row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "dae1974b-1dc7-4bbf-9906-1eba4da7f802",
  "meta": {
    "templateCredsSetupCompleted": true,
    "instanceId": "281c34c03b9c41f054c536eeb966e9e503918cf7f00e3bc32a5ff9cca85ca255"
  },
  "id": "GeYVvkaxoXWqIlNG",
  "tags": []
}