Display an image when hover over an item in a Radio Button Group

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 :

  1. 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

  2. Reference the images into the repeater from the " Products " database.

This is what eludes me. How to do either one of these choices?