CMS Development

shivammishra
Participant

how can I get contact information in HTML+HUBL section of custom module?

SOLVE
 
0 Upvotes
1 Accepted solution
shivammishra
Solution
Participant

how can I get contact information in HTML+HUBL section of custom module?

SOLVE

I was able to do it using this code.

{% set membership_contact = crm_object('contact', request.contact.contact_vid) %}

View solution in original post

2 Replies 2
shivammishra
Solution
Participant

how can I get contact information in HTML+HUBL section of custom module?

SOLVE

I was able to do it using this code.

{% set membership_contact = crm_object('contact', request.contact.contact_vid) %}
LucHendrikx
Participant

how can I get contact information in HTML+HUBL section of custom module?

SOLVE

We're also using this, but since last week it gives the following error in the design manager: Error:Missing required input parameters. Object id or query is mandatory for crm_object function. Suggestions?

0 Upvotes