Hello everybody,
I've got a gallery with a checkbox in it. On check, I want to store the name of the item in a form. So if i check multiple items, i want all of the names of the items to be stored in the same data card. I tried putting them all in a collection and get the content from the collection to the form but I didn't really know how to do it.
Does anybody know how to handle this problem?