Support

Account

Home Forums General Issues Populate Dropdown with Custom Field Values from a custom post type and autofill Reply To: Populate Dropdown with Custom Field Values from a custom post type and autofill

  • Hi @acf-support

    I worked it all out. I created a post object field called Venue in Events, that pulled in all the different Venues; I just needed to select the appropriate venue and then used the_field() to pull in all the other data from the Venues table that I needed into the template file for the event listing, meaning that I didn’t need to autofill anything in the form, . It all worked out in the end! Although, the documentation is a little confusing at times and a few real-life working examples would be really helpful!

    Thank you!