Form trigger custom path (feature request) [GOT CREATED]

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.

1 Like

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

1 Like

Sorry, voted :slight_smile:

1 Like

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

1 Like

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.

2 Likes

Perfect @pdwarf

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

2 Likes

This has been added and is available from n8n@1.21.0

1 Like