Multi Dropdown big problem

in integrati 18 Sep, 2018
Good Morning

When i use multiple dropdown function It does not save all the selected data but only one.
Gr GreyHead 19 Sep, 2018
Hi integrati,

You need to use an array name for the multiple dropdown ending in square brackets e.g. my_dropdown[]

Bob
he healyhatman 19 Sep, 2018
What Bob said, but then if you want to save that to a database you need to NOT use the brackets in the save data action and remember to do {data.jsonen:field}
This topic is locked and no more replies can be posted.