Hello, I would like to ask for an important new feature in n8n Form Next node: default values in any editable fields. I’ve noticed some people have already requested for it, but there’s no progress yet.
I would like to create an app which writes books with AI based on some simple prompts from the user. It’s a multiform flow (one step = one form).
N8N is great for BE here. But there’s a problem with building a good app-like FE part. I’ve found the only one more or less suitable option which is Form nodes in N8N. But they have a huge disadvantage: there’s no ways to prefill values of editable elements on the multiform flow. I know there’s an option with url params, but they should be known in advance, before the form is triggered. I’m asking for an option to set up default values for Form2 elements based on the AI output which is between Form 1 and Form 2.
It was great to find that custom html code can be used in the forms, but anyway it didn’t help as the elements like “input” are not supported.
I my opinion, this gap looks like a show stopper for any app-like FE development with N8N.
Could you please take it into work? Thanks a lot in advance.