Support

Account

Home Forums ACF PRO Featured Image from Gallery via ACF Form Reply To: Featured Image from Gallery via ACF Form

  • Actually, the ‘listing_media’ is the group field. What resolved my issue was adding $post_id to the the end of ‘listing_media’.

    if (have_rows('listing_media', $post_id)) {
          while (have_rows('listing_media', $postId)) {

    Thank you