Custom n8n Form Trigger

Hi there, I was wondering if it would be possible to have a custom n8n form trigger, which preferably could be customised using HTML or something else, so that booleans, different formatting and fields (sliders, booleans, etc.) could be used

The idea is:

To have the option to use the built in n8n pop-up function of the form when activated, without requiring a webhook or an external hosting of the html to create a custom n8n form trigger.

My use case:

Create a custom form with advanced form fields and functionalities.

I think it would be beneficial to add this because:

This would give way more liberty and structure to the form trigger, while conserving the benefits of the built-in trigger.

Are you willing to work on this?

I tried doing it with a webhook, and it works, with GitHub hosting, but it is very tedious, and I think it would be very easy to realise, by simply allowing the user to use HTML.

I’ve also wanted more complex forms in n8n. What I did was use a webhook with an HTML form hosted externally, but it’s not very convenient or integrated. Currently, n8n doesn’t offer custom forms directly in the trigger, so your idea sounds great. Meanwhile, you can try to simplify your external form or use nodes like “HTTP Request” to fetch data. Maybe others have tips to make this smoother without complicated hosting.