Hi John,
Thanks for answering. However I realised based on your answer my question wasn’t entirely clear. I’ll give a better explanation.
Say the options page (in admin) has a repeater called “safety certifications”, with a name/text field and an image field. The client uploads the different items into the repeater, then goes to a product (in admin still) and that’s where i want to have a select that’s populated by the repeater in options, so they can select the various certifications the product has, which will in turn show the symbols/images on the front end. There is no select visible on the frontend, just the images attached to the selected certifications.
As i mentioned, i actually have this working but ideally i wanted to delivery a handsfree solution that doesn’t involve the client having to mess with custom fields.
Although this method involves manually creating a new label & value for the select that matches the name of the image in the repeater, when it would be better if we could just call the repeater object directly within the select.
Solved by comparing the select label to the label of the image and if they match, show.