Hi all! I am hoping someone with more experience can help me please.
I have a page with 3 repeating groups on it. Each group shows a different field in my database - in a list (Image + field name). The image is blank for now. When my user clicks on the image, I want them to be able to choose from a few options of how they want to “check off” their items.
When they click the image in the repeating group, the popup displays (the popup shows all their choices). The popup has a custom state that stores the image they click on, and populates that back to the image. So far so good…
My problem: The image in the custom state appears in ALL the boxes in the repeating group (actually all images in all three repeating groups!) . I want it to be able to be shown in just the one they clicked on. I will eventually need the choice saved to the db (in case the user logs out and then back in again); if that helps any.
Any thoughts on how this can be accomplished?
Many thanks in advance for your help and time.