Link forms / html

Describe the problem/error/question

Hi there,

I am trying to link forms somehow within the n8n tool, but I have not found the proper way to do so yet.

Allow me summarize what I have tried so far:

  • Launch a “n8n Form Trigger” node so as to let the user fill all needed fields, and after that, launch the “Execute Workflow” node in order to derive to new workflows with new forms (depending on the gathered information of course). This is not working since the new workflow does only accept the “Execute Workflow Trigger” at the beginning instead of others such as “n8n Form Trigger”.
  • Launch some “HTML” nodes, but I did not find the way to link them when I press the button / link.
  • Launch a “n8n Form Trigger” node in the middle of the whole workflow, but it cannot be done due to the fact that it only works as a trigger, and it cannot be linked from behind with another one.

Any ideas?

Thanks beforehand, sorry for the inconveniences, and looking forward to hearing from you.

Kind regards.
Daniel.

Information on your n8n setup

  • n8n version: 1.41.1
  • Database (default: SQLite): The default one, SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): I guess the default one.
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Windows 11

Hi @dpergarc, thanks for reaching out! You are correct you cannot currently link forms from multiple Form Triggers. Instead you could build the forms in html and deliver them via email for users to interact with them in the middle of the workflow.

If you have additional ideas for how to improve the form trigger node, please add those to our list of feature requests!

Maybe I didn’t get it right, but the Form trigger has an option to respond with redirect URL, where you can specify the next URL with an additional form to work with :slight_smile:

image

2 Likes

I take back what I said. It is possible! Nice catch @barn4k!

1 Like

Hi guys,

@barn4k is absolutely right, that is what I was looking for!

Thank you very much, to both of you!

Kind regards.
Daniel.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.