This workflow corresponds to n8n.io template #7458 — we link there as the canonical source.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"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": {}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This guide explains how to send form data from n8n to a JotForm form submission endpoint using the HTTP Request node. It avoids the need for API keys and works with standard .
Source: https://n8n.io/workflows/7458/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This automation connects directly to HeyGen's powerful AI video generation platform. It allows you to programmatically create videos with digital avatars and voiceovers, perfect for scaling your conte
API Integration. Uses start, httpRequest, json. Manual trigger; 4 nodes.
Fluxo Ia Evasao Import. Uses itemLists, httpRequest. Manual trigger; 4 nodes.
think-instance. Uses start, httpRequest. Manual trigger; 3 nodes.
A lean, 3-node automation that turns voice memos into tweets — so creators can capture ideas on the go and publish fast, without typing.