I have buit the form for voice recognition using Whisper.
Most of the time I use the same settings, but occasionaly I need to change them, and therefore, currently, I had to fill the form every time with values that could be defaulted.
Hi. This works for initial forms. Nice. I think a lot of use cases need to add something like this for the “Next Form Page” node.
It should be easy to implement, since the “Hidden Field” has exactly that behavior: It has the property “Field Value“. This should be available for all input types.
INFO: I try to load values from an API, manipulate it via an N8N form and than save it in another API
I would like to prefill some form fields with default values based on an HTTP request. The user should still have the option to manually adjust the values in the form or simply keep the values provided by the HTTP request and submit them as-is.
Hey all, just wanted to say ‘Thank you!’ for this feature request. We finally got to add this in n8n version 1.123.0. It works across all field types except Custom HTML, File, Hidden Field, and Password.
Beyond a standard form use case, this should also be valuable in Human-in-the-Loop scenarios, using the Custom Form response type (in the ‘Send message and wait for response’ actions across Slack, MS Teams, Email, and more).