I have an issue with data prefilling into my form-view from my gallery view. See below. I have a set of products where I’d like user to be able to shortlist and then go stright into a form where the selected products from gallery views is prefilled in the form as their selections. Kinda like a shopping cart?
I checked the scripting api in bubble and it seems we cannot use localstorage or any of the client side caching options. So any other ways to do this?
Right now, I can just prefil one product at a time with the request a sample button.
Also - while I am here, is there a way to get a nice view of the multi select choice when in the form view? I can only see the below layout when using my form with a logged in user and not as an anonymous web user.