Hey. I want to use some data from a http request to pre-fill a formTrigger node (make a Dropdown List filled with usernames from elsewhere). But, since it is a trigger node, I have no input port. How can I achieve that?
You can prefill some fields by adding ?my_field=my_value to the URL when you request the form. But we don’t support dynamic dropdowns or selecting a value from a dropdown yet, sorry…
Thank You very much, that’s great news. I can use it well in my current project. ATM I simulated a multistep form with it’s response URL pointing to a second form.
Will it also be possible to put some arbitrary data (like a special section with own html code) in it?
For the Oauth2 device code authentication I posted here, it would be nice to show the user a form with the link and the device code in it and let him press a button, if he is done authenticating. Up to now I failed putting a clickable link into a form, everything I put there was not clickable.
At the moment it’s not possible to add content other than form element.
We are aware that it would be great to allow adding other types of content (text, lists, images, HTML) and this is on our list for future improvements (but not coming soon)