Support

Account

Home Forums General Issues images as choices in select field Reply To: images as choices in select field

  • Thank you! However, I see no option to set the ‘post object’ field type to return a post ID value… there is no option at all for the return value

    Now when I put this in my review template inside the loop:

    <?php $mf_post_id = get_field('manufacturer');
       if ($mf_post_id) {
       $image = get_field('manufacturer_logo', $mf_post_id)
       }
    ?>

    the page does not load anymore, meaning there’s an error.
    What should I do?