CMS Development

Filter by
  • All labels
  • Announcement
  • CSS
  • Custom Modules
  • Design Manager
  • Documentation
  • Drag and DropTemplate
  • Email
  • Enterprise
  • Forms
  • Free
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • Local Development
  • Marketplace
  • Professional
  • Starter
  • Wordpress
Sort by
Most Recent
  • Most Recent
  • Most Upvoted
State
All
  • All
  • Solved
  • Unsolved
  • No Replies Yet
Solved
Torsten_Utz on May 02, 2025
Hello there, is there a list with all standard parameters I can use by calling modules and standard tags via hubl? For example https://developers.hubspot.com/docs/reference/cms/hubl/tags/standard-tags#color. Here you can use the no_wrapper=T read more
Accepted solution
Contributor
May 02, 2025 08:45
Hey @Torsten_Utz , Yes, HubSpot provides comprehensive documentation detailing the standard parameters available for both HubL tags and modules. ...read more
Solved
critesjm on April 29, 2025
Hello! I have a body in my base.hubl.html layout with some header and footer partial imports defined like so: {% js_partial path = "@projects/theme_name/theme/partials/Footer/index.tsx", no_wrapper=True %} When rendered in the p read more
Accepted solution
Member
May 05, 2025 11:56
If that's truly the case then it needs to get fixed. I do not think that issue is related to what I'm seeing though. Unfortunately, where I stand...read more
Solved
Hutfuchs on April 28, 2025
Hi Mates, I have an Hubspot Form as rendered module (no iframe) and want to trigger the hubspot-form-validation. (like the validation that happend every time the user clicks, changes or leaves an input field --> shows hubspot error on fa read more
Accepted solution
Participant | Gold Partner
May 12, 2025 01:05
I have solved it for now by checking initially and on input whether all required form fields are filled and no hs_error elements are present (for t...read more
Solved
soorajvtrio on April 28, 2025
On the website https://belong.naifa.org , the "Member Spotlight" section located above the footer is sometimes not loading properly. We've developed a custom module that fetches data from : https://members.naifa.org/member-spotlights , but occ read more
Accepted solution
Top Contributor | Platinum Partner
May 05, 2025 10:24
All the code below is AI generated, making sure to include the console errors in it after three attempts. I'd review the code before implementing, bu...read more
Solved
Jo_Pitts on April 28, 2025
All, I'm a very experienced (shhhh) Marketo developer. I am however, newish to Hubspot. I've created a series of email modules. They all work pretty well. Lots of hubl in play to control aspects of the way they display. That's all good. read more
0 upvote
4 Replies
Accepted solution
Thought Leader | Platinum Partner
April 28, 2025 05:58
Hey @Jo_Pitts welcome to the HubSpot side! There's specific hubl to add a drag and drop area into your templates, once there's a dnd area you c...read more
Solved
CEBradley on April 27, 2025
I'm looking for some support on the Hubspot logo grid module on the Act3 theme. I have my logos added in, however there is an uneven number and on the bottom row where there are less logos than the 6 I have it set to, the logos are aligning to the c read more
1 upvote
2 Replies
Accepted solution
Key Advisor
April 28, 2025 05:24
Thanks @BérangèreL ! @CEBradley - I can see the module has a clsss "justify-center" that's centering the logos in grid mode. Taking a ...read more
Solved
Suheb on April 25, 2025
A developer is seeking guidance on how to port an existing React application to be hosted on the HubSpot CMS.
0 upvote
1 Reply
Accepted solution
Guide
April 25, 2025 11:32
Hi @Suheb , the best would be to share this link to the CMS React documentation with your developer: https://developers.hubspot.com/docs/guides/cms...read more
Solved
VBrg on April 23, 2025
Hello, I try to get associated line items from deal I did this : {% set line_items = crm_associations(deal.hs_object_id, "HUBSPOT_DEFINED", 19, "limit=50", "name,quantity", false) %} {{ line_items.total }} line_items.total wor read more
0 upvote
3 Replies
Accepted solution
Participant
April 23, 2025 12:18
Hey there! So here is what I'm seeing on your call: {% set line_items = crm_associations(deal.hs_object_id, "HUBSPOT_DEFINED", 19, "limit=50", "na...read more
Solved
MWiggins on April 18, 2025
Hi! We have a fairly large theme and site that we launched recently. There is a need to get a staging version of the site going for larger global tests. Such as we just implemented a header change, and would be nice to build up to a staging sit read more
Accepted solution
Guide
April 22, 2025 14:12
I know this has been solved but just to throw some other ideas, you could also create a sandbox account for development and staging and once everythi...read more
Solved
JLetellier on April 16, 2025
Hello Dev community, We are currently working on updating a custom coded programmable module that is currently used in emails. The purpose of this module is to display currency amounts, that are found in a JSON property used to display multiple ite read more
0 upvote
1 Reply
Accepted solution
Contributor
April 16, 2025 16:57
If you don't want decimals, you should set maxDecimalDigits=0 not maxDecimalDigits=6. I'm thinking you might need validate the data. From what...read more
TCarbuccia on April 16, 2025
My quote templates have been subjected to transformations by HubSpot System several times without explanation. The first few times, I was able to roll back the changes to a later version. However, yesterday, after cloning a quote template several t read more
0 upvote
3 Replies
Top Contributor | Platinum Partner
May 05, 2025 10:21
Random deletions have happened before in portals. You generally need to push and push and push to find some sort of resolution to this.
Solved
EdCupaioli on April 15, 2025
Background I created a module that uses the sparsely documented icon field . Now I want to add it to a section template. I named the field icon. This code will not display an icon on preview. {% dnd_module "module_12345" path="/my-template/mo read more
0 upvote
4 Replies
Accepted solution
Contributor
April 18, 2025 13:07
My mistake was thinking hubspot used consitent naming conventions. Here is the Hubl snippet for icon: {% icon name="{{ item.icon_field.name }}" ...read more
cancel
Showing results for 
Search instead for 
Did you mean: 

Looking to start a conversation or ask a question?

Create a post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.