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
Hey @Torsten_Utz , Yes, HubSpot provides comprehensive documentation detailing the standard parameters available for both HubL tags and modules. ...read more
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
My mistake was thinking hubspot used consitent naming conventions. Here is the Hubl snippet for icon: {% icon
name="{{ item.icon_field.name }}"
...read more