I'm working on creating a new page template using the current HTML + HubL file format. As I try to understand how the page is structured, I’ve been adding separate modules between sections to build a brand-new layout. However, the new modules I’v read more
Hey @PYoganathan ,
there's a thing that's not really documented: HubSpot disconnects the page from the template and creates a non accessible and ...read more
Hello! I have read other threads where it was mentioned the dnd_area function works only in blog_listing. It doesn't work in blog_post templates. Is this still the case? If not, I am trying to add DnD sections to the blog template, not blog post read more
We have set up private content for our members. We allow them to self-register to gain access. We are running into an issue with
bots spamming the default HubSpot Registration form at this URL the /_hcms/mem/register?hsLang=en. HubSpot does not cu read more
Hi @dawn
The absence of CAPTCHA on HubSpot's private content registration forms has been extensively discussed within the community.
You can d...read more
Hi, I'm setting up a private app in HubSpot to receive data from our money lending CRM. The integration is handled on the CRM’s end, and I need HubSpot to receive and process some of that data. I'm stuck at the private app setup—specifically, I’m un read more
@MEhrlich3 - when using HubSpot APIs. the scope requirements for any call are specifically listed in the documentation. There are not that many to ...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
Hey Barry! I can't share the TSX as it's for a private work project. Like you said, I am importing the style module and then passing them like yo...read more
Hey Folks, Hoping someone may be able to help guide me to a solution on an issue I am encountering with links to assets in my css files. So far this issue appears to be isolated to font files, but I am not sure why. When I link the fonts vi read more
Yeah, there must be some reasoning behind it. But you can get around it by using {{ 'https:' + get_asset_url('../fonts/fa-solid-900.woff2') }} ...read more
Hi. I am new in HubSpot development, for starting theme , apps and module development and selling my theme need premium subscription? What is the limitation in free account? If user use my free theme or modules can I get payment? For premium theme a read more
Hi @rubel_hossain ,
Great to hear that you're interested in developing themes and apps on the HubSpot platform! HubSpot offers extensive doc...read more
Hi, all! Coming from a Freemarker environment and cannot find this simple query. We use variations of it in multiple scenarios. The Freemarker uses the condition " has_content " -- any content in the specified field. [#if Profile.FirstNam read more
Hi @MMcRae
In HubSpot, you can use HubL, its Jinja-based templating language, for conditional content rendering. While HubL lacks a direct e...read more
Hello, I'm writing to you because I have a problem with my blog on HubSpot. When I go to my blog, I see several different links: https://blog.lescuistotsmigrateurs.com/ (the main page, it's normal) https://blog.lescuistotsmigrateurs.com/page/ read more
The canonical URL for the /page/x all point to the home page so Google is probably batching them together due to this. If this is a "homepage" templa...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
Hi Tom,
I know that it doesn't work with the hubl module and I'm looking for a JS solution to trigger the form validation live in the frontend so ...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
Hey, @soorajvtrio 👋 Thanks for your post and for including your details. This one is tough to troubleshoot. I'd like to offer a few high-lev...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