Hi there, My Events template already has content inheritance set up, however I'm unable to figure out how to display the field data from the inherited documents within my repeaters transformation.
Here's my transformation displaying the CMS.BookingEvent document type:
<div class="eventTile">
<h3><%# Eval("EventName") %><br/><strong><%# getDayWithSuffix(Eval<DateTime>("EventDate")) + GetDateTime("EventDate"," MMMM") %></strong></h3>
<span><strong>Location: </strong><%# Eval("EventLocation") %></span>
<span><strong>Time: </strong> <%# Eval("EventTimeStart") %></span>
</div>
Note: EventName is a field from the CMS.Event doucment type
Thanks,
Andy