Hey Developer Community, I’m noticing that our current HubSpot blog tag functionality only displays blogs for tags that have been used two or more times . If a tag is only used once, it doesn’t return any results when someone clicks that tag. read more
That’s a sharp observation it sounds like the current HubL logic or the underlying query might be grouping or filtering tags by occurrence count, whi...read more
The below code pulls content from a HubDB column called <overview_items> which contains foreign ID data. The data that is surrently being pulled is the name and id columns of the foreign ID table. {% for item in module.lp_select.columns.ov read more
Hi all, would you be abl;e to point me to someone who would be able to offer me any tips or guidance on the best way to fetch the data from the forei...read more
I have created a module that allows the creator to select a row from a Hubdb using a HubDB row field. I can then fetch the data from the HubDB row using the Landing Page Tile. I have set a column (overview_items) in the first HubDB t read more
Thank you Indra for your guidance. I have been trying to work this into my project but can't get the data to pull through into a list. The parent...read more
Hello everyone, In the code for a page, I have integrated an iframe whose URL must include the query string from the host URL. Here is the code I am using: {% set query_string = request.query|default("utm_source=site&utm_campaign=contact-e read more
Hi @SDEGLIAME , maybe a stupid question but since you are just checking the query parameters of the URL, did you make sure you are accessing the liv...read more
So, i use CMS React to build and mantain themes/websites.. since monday when i run "npm run start" in my project root every hubl-module or template dissapeared... Cannot even proxy..q
Hi everyone,
The HubSpot team has found the cause — a recent change removed a gating check from LocalDevAuth, but the dev server still expecte...read more
Hi We would like a form which a VAR completes with their name and the end customer that they are working with. We would like it so that the VAR company has all the associated deals for the various end customers. We have so far VAR completes read more
When I run a command like npx hs fetch --overwrite my-theme my-theme, the terminal shows the following error. Although I was able to fetch before, now it doesn’t work. How should I proceed to fix this issue? [ERROR] The post in account XXX was n read more
I am looking for a working example of the format_date or format_datetime filters. The problem: I want to display just the day of a datetime property. We used to be able to do this with the deprecated filter |datetimeformat("%d"). Now w read more
Ah such an easy solve, didn't spot that filter. Thank you! BTW, I also found another solution by adding a 'false' parameter on the crm_objects fu...read more
I'm creating a CTA button using HubSpot's CTA feature with "Embed" format. I create a button like "Download Here" using HubSpot's CTA feature. I want to set the URL in the CTA button's URL field as follows: https://example.com/download?myCTA?f read more
I'm not sure I'm understanding exactly what information you're wanting to place in the URL, but I will confirm its possible to use HubL in CTA URLs t...read more
Hi everyone, I’m trying to display dynamically editable fields in the quote editor for my users.
Goal:
Display a select field to let the user choose a value.
Depending on the selected value, render a different module.
The render read more
Hi @TCarbuccia , Hm this is still working for me (see screenshot below where I'm selecting the non-default value in the legacy quote template edit...read more
Hey folks, I need to build a new page template in my theme that lists out content, with filters to allow the user to narrow down their query. The items in the listing need to be a mix of blog posts (from multiple blog groups) and pages . read more
Yes, the only way you would be able to do this is by using the Site Pages and Landing Pages APIs to get all pages as HubL and even GraphQL are li...read more
Hi there, We have moved our knowledge base in HubSpot from www.domainname/help to the new url below: www.domainname/migration/help But it doesn't copy the old header and footer. Is it possible to get the old header and footer? thanks a l read more
Hi @FurqanAli The Knowledge Base in HubSpot uses its own layout system, which doesn’t allow us to apply your website’s custom header and footer d...read more