{
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "691d8ab9-c681-4a7d-a59e-1ead0a83e7de",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2256,
        -208
      ],
      "parameters": {
        "width": 400,
        "height": 416,
        "content": "## How this works\n\n\n- HTTP Request node \u2192 submits mapped fields to JotForm\n\n### note: Update the URL with your own JotForm submission URL and map field names (qX_fieldName)."
      },
      "typeVersion": 1
    },
    {
      "id": "174c51e0-ce79-497f-9e97-d6d13286bd11",
      "name": "Submit Data to JotForm",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2416,
        48
      ],
      "parameters": {
        "url": "https://submit.jotform.com/submit/252217969519065",
        "method": "POST",
        "options": {},
        "sendBody": true,
        "contentType": "multipart-form-data",
        "bodyParameters": {
          "parameters": [
            {
              "name": "q3_name[first]",
              "value": "test"
            },
            {
              "name": "q3_name[last]",
              "value": "test-last"
            },
            {
              "name": "q4_email",
              "value": "user@example.com"
            }
          ]
        }
      },
      "typeVersion": 4.2
    }
  ],
  "connections": {}
}