I am trying to follow through with one of the first videos on the HubSpot CMS for Developers course; but am already falling at the first hurdle in installing the HubSpot CLI. Using Mac. I have used the following command as per the video: npm read more
For anyone else having this problem: npm install -g @hubspot/cli@latest I have ran this command in the terminal instead, and checked in documenta...read more
I have written a script in jQuery which takes a web site's source code, goes through it and extracts all the forms then displays the HTML on my site. An unexpected side effect of this is there are 3rd party cookies being set, which absolutely cannot read more
Was there a change in functionality with Brand colors showing as options in color pickers? We are now only see 1-2 brand colors in the color pickers when before there used to be at least 4-5 as long as we had the brand kit created. I saw that there read more
Hi everyone, I have a question related to a HubSpot custom quote template.
Is it possible to create a type of conditional logic via Hub HTML? More specifically, I wanted to create a table that can only appear if a specific line item type is select read more
The primary issue you have is that you cannot SET variables in a FOR loop that was created outside it's block. This is why it's not working. ...read more
Hi everyone, I’m working with a public app that is visible and functioning correctly in my developer account. However, when I try to add its UI extension to the deals sidebar in my test account, the UI extension does not appear as expected. read more
Hi team, I'm working on a public app using the new HubSpot UI Extensions framework , and I came across the documented limitation that each app is allowed up to 20 concurrent hubspot.fetch() requests per account . fetching-data I had a coupl read more
Hi @MKatewa ,
The 20 concurrent request limit is shared across all users within the same HubSpot portal or account. It's not per individual us...read more
Hi everyone, I have a question regarding our domain configuration and its potential impact on user experience and HubSpot tools. Our website is accessible through both the www and non-www versions: https://tekce.com/ (non-www, preferred v read more
Hey @asimsaridemir ,
www. is - from a technical perspective - a subdomain.
This means that adding a 301 redirect will be handled as such.
It ...read more
Hi @SagarTomar , HubSpot’s UI extensions use Emotion (CSS‑in‑JS), so the style prop doesn’t always work the way it does in standard React. Use the ...read more
Hello, Is it possible to define a header and footer on a quote using the design manager? Is it also possible to display the page number? We have a client who generates large quotes. It is legally important to display the quote number and the page read more
@Anton
I tested you solution. Thank you very much. You solved the problem. Using @page was more than enough to do what I needed to do. I wa...read more
Hi everyone, I am trying to pull code written for a bunch of custom serverless apps connected to our hubspot, but I don't see any direct way of doing it, we are unable to find the local code, could someone please help me find a way around this if p read more
Dear Sir, From internal testing, we found a ClickJacking web security vulnerability in pages, which is located on Hubspot. We know that it is possible to mitigate this vulnerability by going to modify the web server. With APACHE, you need to m read more
Dear all, Hope this email finds you well. We need to automatically redirect a page to a new link after 10 seconds. I attempted to add the code to the head section in the settings of the landing page, but not working. " Redirect Error It lo read more