Hi I’m not sure if this has been discussed before, but inside my relationship field I need to be able to select not just a post, but a row of a repeater within that post. Eg:
Post type 1: Radio podcasts. Each post is a podcast and has an ACF repeater added to add ‘show content’ for each podcast.
Post type 2: Radio presenters: Each post is a radio presenter and a relationship field here needs to select their favourite ‘show content’ within one of the podcasts.
I know this can’t be done with existing functionality; I wondered if this has been custom coded into an add-on anywhere else?
Hi @joesmalley
I think you can use the select field and dynamically populate its choice based on the radio podcast. This page should give you more idea about it: http://www.bobz.co/dynamically-populate-select-fields-choice-in-advanced-custom-fields/.
I hope this helps.