Support

Account

Home Forums Front-end Issues The datepicker field of the post type it is relationship to is not showing Reply To: The datepicker field of the post type it is relationship to is not showing

  • You need to supply the post ID of the post you want to get the value from

    
    $value = get_field('field_name', $event_post->ID);