Questions tagged [hubspot-cms]

29 questions
5
votes
0 answers

Language switching in Hubspot CMS

What is the best way to make custom language switcher to the site. My problem is that I have a site with two language versions and my custom language switcher is a bit problematic I would say. It doesn't work in all pages for some reason and in my…
Nahka
  • 416
  • 1
  • 6
  • 16
3
votes
2 answers

HubSpot macro not outputting markup

I have a my_macro.html defined which currently looks like this: {% macro video_card(background_image, video_link) %}
Freddy
  • 683
  • 4
  • 35
  • 114
2
votes
1 answer

Keep getting "There was a problem with the request" when using hubspot search api

I am doing a search on contacts and I keep getting a response of { "status": "error", "message": "There was a problem with the request.", "correlationId": "32073a19-9272-4955-a756-e3b6a4671738" } the correlation id keeps changing. This…
2
votes
2 answers

CLI upload main.js file size limited when building with react and threejs

Is there a way around the file size limitation when building with react and threejs? I am building a react module with three js using the cms-react-boilerplate. The project builds fine, but it can't upload the main.js file as it is 2.1MiB. It gives…
Arsalan
  • 23
  • 4
2
votes
2 answers

Adding a filter in hubspot

I want to add a filter in my contacts, https://knowledge.hubspot.com/es/contacts/create-saved-filters: But I don't see this option :
en Peris
  • 1,537
  • 12
  • 31
  • 63
2
votes
0 answers

Showing gated and ungated content based on form submission

I have a HubSpot form embedded into a WordPress page. What I'm trying to achieve is gated and ungated content. See these use cases as an explanation: User enters WordPress page for the first time on content that is gated by default (by gated I mean…
Freddy
  • 683
  • 4
  • 35
  • 114
2
votes
1 answer

Is it possible to share HubL macros across modules and templates?

In the HubSpot CMS, you can create a macro like so: {% macro render_section(classes, background_style) %}
{{ caller() }}
{% endmacro %} Is it possible to share…
random_user_name
  • 25,694
  • 7
  • 76
  • 115
1
vote
0 answers

HubDB row utilised modules cannot be moved to Sandbox Account

I am trying to do make a CI/CD setup like Local Development + Github Actions + HubSpot Sandbox Account + HubSpot Production Account. I have downloaded all the files from my production account using "hs fetch" where I have modules which have utilised…
1
vote
0 answers

Display one featured post(that is most recent), followed by Recent posts(Hubspot)

I'm currently working on a Blog Listings page. I'd like to display one Featured post at a time, and up top before other posts. And in order to test this out, I created a couple of Test blogs. One is with another Featured tag. So my blog listings…
Jess Y.
  • 19
  • 2
1
vote
0 answers

HubSpot to Salesforce Integration through HubSpot Workflows

I need to write a custom program in hubspot workflow Which is when i create a contact record in hubspot it have to be stored in Salesforce lead record And if that contact record is updated or modified in hubspot, new record have to be created in…
1
vote
0 answers

Can't update/set a contact's business unit property via Hubspot API?

Posting this as a question because I couldn't find any existing documentation for this, but I've gotten it working for me. Each business unit seems to have a hidden 'unit_id' that I could only find by manually assigning the business unit to a…
1
vote
2 answers

How to reduce CLS issue: more than 0.25 (desktop)

At present,97 URLs are affected by CLS issue more than 0.25 (desktop) and 85 URLs affected by LCP issue: longer than 4s (mobile) on our website. Website - www.sopact.com to look into it. How can we fix these issues? Thank you in advance.
Richa
  • 21
  • 1
  • 5
0
votes
0 answers

Import multiple urls into a single viewable property in Hubspot sales

I would like to import multiple vacancy urls when importing a company in Hubspot. So when importing a new company using an Excel, I naturally import a lot of properties. Most of them are singular, like "Organizationame". I also have couple of urls,…
Hajo Brandt
  • 113
  • 7
0
votes
0 answers

Need to create a popup form on click of a button in the template header

I have created a sample header and footer for our revised blog design. I have a requirement for the same. It is to open a popup box on click of a button. It seemed to work from creating a sample page in hubspot. I had created a page added a button…
Shruti
  • 721
  • 3
  • 13
  • 31
0
votes
0 answers

Seeking a WordPress Solution for Conditional Form Display during Multiple File Downloads

On my WordPress website, I have a page with multiple digital files available for download. I would like to set up a system such that when a visitor clicks on a download link, a form (from HubSpot or any WordPress form plugin) appears for them to…
user5248
  • 347
  • 1
  • 3
  • 21
1
2