A few days ago I created a topic about adding chips and it really helped me.
Now I have a new (follow-up) problem/question.
I want to transfer all the chips I have selected to a new page. Yesterday, when I tried it, i figured that only the first selected chip is shown at the next page. Is there a way to transfer not only the first selected chip (item), but all the chips i selected to the second page?
Create a bunch of global variables, which you can use to transport the selected option from one page to another (i.e. SelectedChip1, SelectedChip2, SelectedChip3)
Store all your selected chips in a single global variable, each one separated with something (usually a comma between each entry) then use a looping bit of logic on load to āread outā the selected chips on the new page. This method is slightly beyond my ken at the moment, but Iām fairly sure @mbc66 posted about doing this recently.