n8n Form Trigger
The n8n Form Trigger is not supported on indie.money. Use Webhook trigger with an external form, or Typeform/JotForm/Formstack triggers instead.
Written By pvdyck
Last updated 7 days ago
n8n Form Trigger
β Not Supported β Platform constraint
Why It's Not Supported
The n8n Form Trigger generates and hosts HTML forms directly on the server. This requires a server-side template engine and file system access that are not available on the indie.money platform.
Alternatives
Use one of these supported approaches to collect form data:
Migrating a Workflow
If you have an n8n workflow that uses the Form Trigger:
- Replace the Form Trigger node with a Webhook node
- Set the Webhook to accept POST requests
- Create your form externally and set its action URL to the webhook URL
- Map the form field names to match what downstream nodes expect
The rest of your workflow (data processing, API calls, storage) works unchanged.