Form option: in json but not in interface. Bug?

Hi, I don’t know if this is a bug (or, more probable, just a beginner mistake): I don’t find the Option “redirect” in the n8n Form while it is in the JSON file

1. JSON file
},
“options”: {
“respondWithOptions”: {
“values”: {
“respondWith”: “redirect”,
“redirectUrl”: “www.gmail.com

}

2. Interface of Form node:

image

NB: I activated this option some hours ago but I think that I deleted it later to use a Next Form node.

Information on your n8n setup

  • n8n version: Last
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main):?
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**docker or npm (not sure)
  • Operating system: Windows

Hey @AyS_0908,

Can you share the workflow? If you are using multistep forms there is no option to redirect on the main trigger node and you need to add an end form node which will allow you to redirect.

1 Like

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