-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(n8n Form Page Node): New node #10390
Conversation
…better-multi-step-form-support-spike-based-on-waiting-forms
…better-multi-step-form-support-spike-based-on-waiting-forms
…better-multi-step-form-support-spike-based-on-waiting-forms
…better-multi-step-form-support-spike-based-on-waiting-forms
…better-multi-step-form-support-spike-based-on-waiting-forms
…, button label customization
…add-form-node-p0
…add-form-node-p0
…add-form-node-p0
…add-form-node-p0
…add-form-node-p0
…add-form-node-p0
…add-form-node-p0
…add-form-node-p0
…it node when form page connected
…add-form-node-p0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly looks good 🎉 left some minor comments
also please fix the failing frontend test 🙏
Co-authored-by: Shireen Missi <[email protected]>
Co-authored-by: Shireen Missi <[email protected]>
Co-authored-by: Shireen Missi <[email protected]>
…add-form-node-p0
…add-form-node-p0
…add-form-node-p0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
|
n8n Run #7412
Run Properties:
|
Project |
n8n
|
Run status |
Passed #7412
|
Run duration | 04m 20s |
Commit |
470f149f3d: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 michael-radency 🗃️ e2e/*
|
Committer | Michael Kret |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
1
|
Pending |
0
|
Skipped |
0
|
Passing |
453
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
✅ All Cypress E2E specs passed |
Got released with |
Sorry to interact here, but you are probably the best people to answer me : |
Hi @janober @michael-radency, is there a timeout included as part of the form trigger that must be adhered to? There are a few more transformation steps that I need to do in order to build the second page of my form, using dynamic values to set up some questions & answers, all in all this takes around 5 seconds between the form submission and when the second form should pop up, however the second form never pops up/overwrites the first form, so I have to trigger it manually in my workflow (Which of course wouldn't work in any real life scenarios) If I re-arrange the form so it's right next to any built in nodes and doesn't include my API calls, it pops up fine as the transformation nodes are instant, but it seems as if the window to trigger the second form is very small and does not allow for any further transformations that I'm using with some API calls to our CRM that extends the flow time to a few seconds. Any help would be appreciated. |
Hi @ashleydoidge you'll probably get a quicker/better response if you ask this in n8n community forum |
Thanks, also posted there now. |
Summary
New n8n Form that allows the creation of complex multi-step forms and is fully integrated into the workflow, enabling the use of incoming data and branching logic.
n8n Form requires the n8n Form Trigger to be set as the workflow's trigger.
Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/NODE-1474/spike-multi-step-form
https://linear.app/n8n/issue/NODE-1472/add-form-node-p0
https://community.n8n.io/t/how-to-use-data-in-formtrigger-node/56897