Embedding of form on a website

Hey,

this should be really simple. How do I embed the n8n form in an HTML page of a website?

Thx for answering.

You could embed it in an iframe. Read about the pros and cons first Google search for “using iframes in 2025”

If you try embedding directly into the page content served from a different domain than n8n itself (assuming you are self hosting), you may have some CORS issues to sort out.

2 Likes

Thx, I believe an iFrame it’s the way to go, I’ll give it a try immediately.

Someone else suggested me to use Tally and then post to the n8n webhook, but I don’t like to add another platform in the middle only for a form.
At this point coouldn’t I just build an HTML form and POST to the same n8n webhook?

1 Like

Did it work? Looking at doing this now. The website I want to embed into is one I built with bolt.new

Yes, it worked perfectly!

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