I'm looking for a way to allow users to select an image which gets pulled in from a custom post type's featured image.
For instance, I have a custom post type for adding / removing the images and related info.
The form would then need to pull in all of the items within that custom post type, and dynamically load their featured images as radio button selections in the radio button field for users to choose from.
I know I can add HTML to a radio button label, and how to dynamically load custom post type names into a drop down, but not sure how I would dynamically load in the featured images as radio buttons. Any thoughts on how I could build that out with GF?
Thanks,
J