Form trigger custom path (feature request)

Hello! I marked this as a question, but I could not change the topic, so Im created a new topic (@aya Form trigger custom path)

Is there a way to create a custom path with n8n Form Trigger?
For example: I have a list of persons and we don’t want that person select himself from the dropdown list, but we want to give him a form URL with custom ID, so we can filter that further in the workflow.

It’s something similar to a Webhook node where I can pass extra data in the URL itself, something like this: https://fwww.test.com/webhook/webhook-test?personsId=${json.id} and the ID will be stored $json.query when webhook is triggered.

Hi @Emils_Bisenieks
Don’t forget to vote yourself :wink:

Sorry, voted :slight_smile:

Would be nice to implement!
Meanwhile, you can use some DNS redirection or use shlink URL shortener redirection.

Hey, have you all seen that we added hidden fields to the Form node recently? Sounds like this is what you’re looking for. It let’s you pass a URL parameter into the form, like formUrl.com/formID?hidden_field=foo.

1 Like

Perfect @pdwarf

This is exactly what we were looking for! Thank you!

1 Like