Support

Account

Home › Forums › General Issues › Prepopulate Fields from Other CPT › Reply To: Prepopulate Fields from Other CPT

  • I figured it out. I just switched the_field('mm_restaurant_name', 'option'); to get_field('mm_restaurant_name', 'option'); and now it works just fine. Thank you for your help!