Hi Long,
Thanks for the info. I'm still a bit confused though.
The block has 2 fields member and office that are select advanced, pulling data from the member and office CPT's.
<div class="officer">
<h3>{{ office }}</h3>
<p>{{ mb.rwmb_meta( 'date_begins ', '', $post_id ) }}</p>
//more office data
<h4>{{ member }}</h4>
//more member data
</div>
So first question, do I need to use a php template file or can it be done in the "code" editor of the block custom field group?
Either way, how would I get the post_id from the selected CPT records to get the data from the selected post?
Thanks for any help!