@Kevin-C Ah yes, the addition of the render filter did the job. I hope there will be a fix in the future where a macro by default will remove any wh...read more
I'm trying to return a value from a macro without any whitespace. From the documentation, I've tried to use the "-" within the start and end block of the macro declaration that doesn't seem to do anything. {% macro domainToLangCodeMap() -%} {% s read more
@Brownstephen101 I've setup the page(s) audience access and that is all working. Just missing how to create a form to allow a user to register so th...read more
In a page template, I'm passing a value to my module to set the value of a choice property. Based on the documentation , I should be able to do this in the following manner: {% module "related-posts" path='/path', label="Related Posts", langu read more
Hi Webdew, I thought the process is that the user needs to fill out the registration form on a normal Hubspot page (just like in the screenshot) ...read more
Hi, I have been working quite alot in implementing Hubspots API in sending data to my HubDB tables. I have come across an issue where one of my table fields is a Foreign Key. I can't find anywhere in the documentation what the value type is read more
I'm trying to return a value from a macro without any whitespace. From the documentation, I've tried to use the "-" within the start and end block of the macro declaration that doesn't seem to do anything. {% macro domainToLangCodeMap() -%} {% s read more
In a page template, I'm passing a value to my module to set the value of a choice property. Based on the documentation , I should be able to do this in the following manner: {% module "related-posts" path='/path', label="Related Posts", langu read more
Hi, I've been reading up on Hubspot's various documentation on it's membership functionality. The part I am not sure on is how should the user registration process start, where they get sent an email with a link to enter a password? In the d read more
I'm using the "content.absolute_url" to render the current page URL on a multilingual Hubspot site. I've noticed that on one of the language sites, the domain rendered by the "content.absolute_url" filter always seems to output the primary domai read more
Hi, I have a value in a variable that contains comma-separeted values of category names. What I would like to do is pass this to my HubDB filter query to get back a list of records where those categories are not equal to the data. Would read more