Hello everyone, i have a HubDB with all the people of a company. Every person has a phone number. For this we created a CTA for every person. Now i want to create a relationship between the person and the cta (Telefone-Number) of the person. So when read more
Hello everyone, is it possible to track all clicks on phone-links "tel:" in HubSpot without the use of a CTA? My situation: I have a HubDB with all the people in the company. We publish their phone numbers and e-mails on the website. Is it possi read more
Hey @Anton , thank you so much. Now i could finally make this work. Its as you said after you switch the choice field the form or meeting-module is ...read more
Hello everyone, How can i remove the wrapper from an included module. To include a module i use: {% module "module_161779581429668" path="/client/templates/template-parts/head", label="Header", no_wrapper=True %} Normally this is working read more
Hello everyone, i have a HubDB with all the people of a company. Every person has a phone number. For this we created a CTA for every person. Now i want to create a relationship between the person and the cta (Telefone-Number) of the person. So when read more
Hello everyone, is it possible to track all clicks on phone-links "tel:" in HubSpot without the use of a CTA? My situation: I have a HubDB with all the people in the company. We publish their phone numbers and e-mails on the website. Is it possi read more
Hello everyone, In the HubSpot documentary you can find the following if statement to check if the page is a blog-listing-view: {% if is_listing_view %} You can also change this to if is not listing view: {% if !is_listing_view %} read more
Hello everyone I try to create a breadcrumb navigation which includes the "Home" link at the beginning and is adding the article name to the breadcrumb navigation when i open a blog-post. Right now i use the menu-module to create a breadcrumb na read more
Hello everyone I need to get the values of a HubDB Multi-Select-Field and set all to lowercase and remove the spaces. How is this possible in HubSpot? Thank you so much! {% for item in row.departments %}{{ item.name }}{% endfor %}" read more