Hi,
I have a repeating group that contains a list of images. They appear in a pop-up. I’m basically using the giphy plugin to return 50 stickers which a user can choose one.
I’m trying to add a workflow to allow the user to select an image. So when they click on an image, the lightbox closes and the selected image appears on the page (inside an image container)
I’m just struggling to understand how to send the URL from the selected image to the image container to display it.