Hi folks,
I’m looking for a little bit of help with regards populating a drop down field that is within a custom post type.
I can do this with custom post types & taxonomies however I’m stuck with trying to populate with a sub field (ACF)
Here is what I have.
I have a custom post type called ‘advanced_course’
I have an ACF repeater field ‘pt_subject_courses’
The ACF sub field is ‘pt_subject_course_title’
I’m looking to populate a dropdown field on gravity forms with what ever is in the '‘pt_subject_course_title’ sub field of the repeater field ‘pt_subject_courses’
Could anyone direct me to any existing code snippet or give me a shove in the right direction, I’m not looking for another plugin to do this if possible.