Home › Forums › Add-ons › Options Page › Adding Repeater Field Values to a Post › Reply To: Adding Repeater Field Values to a Post
You would need to create a select field and dynamically populate the values of the select field from the values in the repeater.
You will also need to add a unique identifier field to every row of the repeater so that if anything else in the row is changed this value can still be used to locate it. https://www.google.com/search?q=acf+repeater+unique+id
You will use this unique field to loop over the repeater an locate the one to show.
This is not the best way to accomplish what you want to do. The best way would be to create a custom post type to hold your Ads and then use a post object field to select them.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.