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.