Yes I have, and with great success. My basic code functionality is very close to what you provided. I am not clear on what I am asking. Let’s address my questions in terms of your code for now.
In your code, all data including images is stored in your " Choices " database. In my case, all data except images are stored in the " Choices " database. My Images are currently stored in the Wix Store " Products " database.
So I have two options using code :
-
Transfer a copy of the images from the " Products " database to the " Choices " database where I will have access to them in the repeater, or
-
Reference the images into the repeater from the " Products " database.
This is what eludes me. How to do either one of these choices?