Hi everyone! I’m encountering an issue with my developer account (super admin) when trying to create a Personal Access Key or a new project for UI Extension development . Personal Access Key Error : When attempting read more
Hi @IFuentes3 , This looks like an issue on HubSpot’s side, not something you can fix with permissions or settings.
HubSpot recently changed how ...read more
I’m customizing a HubSpot form embedded on my website to match our brand identity. I was able to edit the spacing between fields, borders, colors, and button styles as needed. However, the input fields are not filling 100% of the available form read more
Hi @luancampos , This is a common issue with embedded HubSpot forms. Since they’re loaded inside an iframe, the internal layout often uses default ...read more
Hi all. I've got a tricky problem (I think). You experts may have a brilliant solution. I have client that is using a set of HS Web Templates that have all the colours done as choices with the colour names listed as the display values, and the read more
Hey @Jopitts , what's the setup? If the choice fields are all set up individually per module, unfortunately you'll have to tackle this HUGE job......read more
Hello, we're already limiting the RTE features for custom modules using ` "enabled_features" : [ "bold" , "link" ]` in the modules fields.json. Is it also possible to do this for the global `post_body` RTE? Since we're developing a custom them read more
Hey People,
I am using HubSpot CMS React and trying to use components from the UI Library ( You can consider PrimeReact, ANT Design, Material UI ) inside a HubSpot Island, but I get errors like: "Cannot read properties of null (useContext)." I thi read more
You’re absolutely right that using UI component libraries like PrimeReact, Ant Design, or Material UI inside HubSpot Islands introduces challenges—...read more
Issue appears in Safari and Chrome. These troubleshooting steps have already been followed: Please try to sign out and then sign in again, Clear cache and cookies of your browser from All time Try using an incognito window Temp read more
Here is a better screenshot. When I first signed up, Hubspot asked me some questions and designed a template for me based on it. That's what I mean b...read more
Hi everyone, I created a website and published successfully, but after a few days I wanted to come back and edit my pages but the webpage editor hasn't been available for the past two days. The editor is grey with a message that says "f243219251 read more
Hey @jsun39 ,
came accross such behaviour a few times in the past. If you have custom code that do some redirects or custom modules with some Ja...read more
Hi HubSpot team and community, I'm building a public app that uses a CRM card built with the new UI Extensions framework , and I need help enabling configuration settings per connected account (HubSpot portal). What I want to achieve: After read more
Hi @BrandonWoodruff !! Thanks a lot for your clear and helpful explanation — really appreciate the detailed response! Based on your explanation, ...read more
Hey all, Bit of a weird question. I've been trying to create a sticky banner (top of screen) and wanted to know if there was any way to make it look like a floating banner instead? For further clarity, I would like it to not span the entire wid read more
A sticky banner typically spans the full width of the screen and hugs the top, but if you're going for more of a floating banner feel — think som...read more
I apologize if this is a poorly formulated question. I'm the marketing manager at a company with no in-house developer or access to developer resources, so I'm trying to troubleshoot on my own. We have a HubDB table that was created four years a read more
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
Hey @Dylan_W ,
thanks for sharing experience and solution/workaround. To be honest, I don't really remember how I've set up my local dev up as ...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
Hey, @MEjaz6 👋 Interesting question! I don't know the answer, but I do have a question: have you tried to parse the code with ` DOMParser ` ...read more