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
SNMP Trap Receiver Example. Uses snmp, httpRequest. Manual trigger; 6 nodes.
PDF Accessibility Complete Automation. Uses httpRequest, n8n-nodes-pdf-accessibility, googleDrive, emailSend. Manual trigger; 6 nodes.
ApexApi — News → Analyze → Post. Uses rssFeedRead, n8n-nodes-apexapi, httpRequest. Manual trigger; 5 nodes.
Automated Social Media Posting. Uses rssFeedRead, httpRequest. Manual trigger; 5 nodes.