** Level of Solving = Easy** I bought the domain www.catalystmarketinglab.com but it seems that every time click on it it takes me to the Blog side of the website instead of the homepage which is weird The homepage has instead picked the h read more
@Osheilla in addition to the steps outlined by @evaldas , you'll need to check your domain language settings if the en-us is not coming from the i...read more
Hi, I'm trying to allow a user to set the background image for the post hero using the "export_to_template_context" parameter as detailed here https://developers.hubspot.com/docs/cms/building-blocks/modules/export-to-template-context#user-selec read more
Hi.
I'm trying to use a graph QL query to fetch data associated with the current dynamic page object.
I've followed the guide on the docs, but the dynamic slug is coming through as empty, which means no data is getting returned. Here's read more
Hello, What I want: I have pages, a blog and hubdbs where this content is from. Is there a hubspot api to search all of these? or do I need to use different APIs to search for each type. What would be a simple solution to create a content pag read more
Hi @BBecker1 ,
You can use the content search API that @Jnix284 shared, you can limit the results on the 'type' param, as Jennifer explaine...read more
Hi! I'm building a custom module that has a repeater field. In the repeater are a series of number fields for the user to enter numbers (as %). I want to use those numbers to make a pie chart. So for each number(%) I am setting variables to convert read more
Hi @jestlinbaum ,
yes it's possible but since you can't access loop-data from outside, you have to do it like this:
{% for item in module.reco...read more
Trying to figure out what's wrong with the following Hubl code-
{% for content in contents %}
...
{% if content.tag_list %}
{% for tag in content.tag_list %}
{% if tag.name == "Podcast" %}
Html code goes here
{% else %}
Html code goes he read more
Hello guys! How are you? I'm working on getting data from a Blog Listing Module to a Webpage, actually the module if working smoothly on the Blog Templates but i can't make it work on Website Pages. On the Blogs its works like you can see on the read more
I am trying to create a choice module, that has some options generated dinamically. After creating it, I want to have the possibility to multiple select choices from this, similarly how a choice field works on modules when "Allow selection of multip read more
Hi @ASpahiu
We’ve shared some code with you, including different conditions. Please check it once—hopefully, it will work. If not, kindly s...read more
Hello folks, For a dynamic page I need to know if an anchor is used in the url. I know how to manage this kind of stuff with JS but in this case it's I have to modify the request I made to construct the page so, I think it must be done with hu read more
The request object in HubL provides information about the query parameters, but it does not include the anchor part, as this is not transmitte...read more
Hi All, My sole intention is to create a layout of image , text inside a section which should be editable in Hubspot Website Pages from CLI Boilplate code. Seeking right approach to style this modules of image, text. if Tailwind is applicable to S read more
Hi I am trying to work out the best way to code a filter list so that if a tag from category is selected then the dropdown list in the category 2 dropdown will not show the tag that had already been selected in the first dropdown. The hubl read more
Hey @Woodsy -- Thanks for your post!
I understand your goal is to exclude any drop-down options from subsequent drop-down menus if they wer...read more
I'm working on embedding an animated GIF into an email that displays a countdown timer. The static version works perfectly using the following HTML code: <p style="text-align:center">
<img style="background-color:#f8f9fa; border:hi read more