n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
48.93k stars 7.77k forks source link

Form Trigger not showing 'Form Path' or 'Respond When' options #11728

Open Toolfolks opened 3 days ago

Toolfolks commented 3 days ago

Bug Description

Form Trigger not showing 'Form Path' or 'Respond When' options.

To Reproduce

  1. Add a Form Trigger
  2. Add a From End

Expected behavior

The workflow executes but no update in the form. The options should show in the trigger node.

Operating System

Windows

n8n Version

1.67.1

Node.js Version

Welcome to Node.js v20.17.0.

Database

SQLite (default)

Execution mode

main (default)

Joffcom commented 3 days ago

Hey @Toolfolks,

We have created an internal ticket to look into this which we will be tracking as "GHC-438"

Toolfolks commented 3 days ago

I see the 'Form Path' is now an option and needs adding.

Toolfolks commented 2 days ago

Updated to ver 1.68.0 Created a new workflow. Added form trigger - set default values Added end trigger - set default values Ran and showed the end form

Added Hi {{ $json.Name }} this worked to the end form

The form shows:

This is test version of your form

Problem submitting response Please try again or contact support if the problem persists

But the execution shows as success.