Multi Dropdown big problem

integrati 18 Sep, 2018
Good Morning

When i use multiple dropdown function It does not save all the selected data but only one.
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
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}
integrati 21 Sep, 2018
Thanks now it works!
This topic is locked and no more replies can be posted.