I am trying to pass this information to a custom module: {% set parent_items = [
{
"parent_item_link": {
"url": {
"href": "https://example.com"
},
"open_in_new_tab": true,
"rel": null
},
"parent_item_label": "Example 1"
},
{
"parent_item_ read more
Is it possible to use values from one Custom Module in another Custom Module in Drag and Drop Emails? I've checked and tried here: https://developers.hubspot.com/docs/cms/building-blocks/modules/export-to-template-context But I can't seem to g read more
The module would have to be a static module to be able to grab it's data. With both the widgets and widgets_data tags a module ID (this is separate f...read more
Client has a gallery module that they would like to convert to be global. I know I can download it to my local dev environment and convert it to be global.
However, when I upload it back to the client's portal, will it keep all of the images/info read more
@tmcmillan99 until HubSpot makes creating global modules easier (at least via design tools and not the CLI, but better if non-devs can create in th...read more
Hi Everyone, We are migrating our existing website into HubSpot. only frontend, Backend still we are using existing server DB. We have the existing site URL format that looks like below. Example: www.hubspot.com/<statename>/create read more
Hi @himanshurauthan Thanks for the reply, I am not asking how to redirect to that URL. I want to build the page with that URL format. My problem i...read more
Hi, I am trying to style a module with fields and I think I am doing wrong. I would like to define a selector on the module field : {% simple_menu menu_tree="{{ module.simplemenu_field }}" data-identifier='identifier-menu-warpper-test' %}. Rig read more
It's not possible to place HTML attributes on a module tag, wrapping it in a div with your prefered selectors is the best solution there. If you're u...read more
Hi everyone, Is it possible to sort modules by folder in the content builder? For example, in Design Manager I'll create an folder within the "modules" in my theme called "New Update 2022" and add a bunch of modules inside of it. So if I now open t read more
No, there isn't a way for us to dictate how modules are sorted on the front end. The best you could do is add something to the label of those modules...read more
I've got an odd issue that seems to me to be a system bug. I'm writing a custom module, with a few fields for styling. Those fields output their user-selected values in the module.html file, like so: <aside class="callout-wrapper">
<! read more
Try changing your if statement to check if the color value exists on the background color field. Just checking the field as a whole is going to alway...read more
The way I create module fields is by using the Design Tools UI on the web, instead of manually writing the fields.json file. Then I download the module with hs fetch and keep working on it locally. If you think there is a better way, please let read more
Is it even possible to filter on standard tags within hubspot? So I added text standard tags to my blog_post template {% text "project_region" label="Enter region here", value="" %} So in my blog I can now add text there and add a region to read more
Hello @Jaycee_Lewis , Yes, I want to be able to filter by region and other tags that I have added in the same way. So when the user selects va...read more
Hi, I am very new to HubSpot CMS and struggling to create a custom quote template. I managed to: - create child theme and clone modern.html template to make edit - create a new custom module with 4 text fields (required input from users)and pu read more
I am working on a custom Quote template, and we want to show one table for the "non-recurring" products/services, another table for the recurring products and another table for products from a specific category. Does anyone has any ideas how I can d read more
Our client has a site with 40+ pages created with the Growth theme. Now they want a customized website header. The module says I can't edit it without creating a child theme. Do I make the child theme and then clone the header module there to work o read more
Creating a stand alone custom module to use within the global header section of the theme would be the least amount of work.
If you create a ch...read more