Hi
Looking to include a content as below
<p>You have purchased:</p> <ul>
{{#each contact.contact_product_productid}}
<li>{{this.name}}</li>
{{/each}} </ul>
Instead of this.name my field is
this.contactid
How can I display the fullname of the contact id instead of GUID ?
thank you