Are we still able to build query parameters in the form?, I am trying to pass the formurl?number=1
where number is a drop-down field & it is not working for me.
Checking if we still able prefill the fields
Are we still able to build query parameters in the form?, I am trying to pass the formurl?number=1
where number is a drop-down field & it is not working for me.
Checking if we still able prefill the fields
‘{
“fieldLabel”: “Number”,
“fieldType”: “dropdown”,
“fieldOptions”: {
“values”: [
{ “option”: “1” },
{ “option”: “2” },
{ “option”: “3” }
]
}
}’
And the url looks like :
‘https://your-n8n-instance/form/your-form?number=1’
This will preselect “1” in the dropdown, as long as you are using the production URL and the field is named number.
I am self hosted version 115.
Yep, i did the same but for some reason it is not selecting the number 1.
I self host it too, version 1.117.2