I'm sure I'm doing something wrong here, but I can't figure it out and would love to get another set of eyes on this! I'm having trouble getting my pop-up CTA's to open consistently, and looking in the console log I see an 'Untrusted Origin' war read more
Hello -- I'm trying to figure out how to get my slider elements at the top of this test page to stay exactly where they are no matter if someone zooms in on their computer. As of now, if someone zooms, because of the way it was laid out, the eleme read more
Hey @TaylorLioy , thanks for the link.
Do you mean Browser zoom or OS zoom (like you can do in Windows with 100%,125%...)?
Most likely it's go...read more
So, we're using the UI extensions with typescript. And noticing that no types or interfaces are accessible outside of the file they're exported from. i.e. we have a file with an exported type (or interface) like this: ``` # /component/Breadcru read more
I also used the delay like 3-4s but only dynamic form button is loading in UI. No input feilds. Also I have another qeuestion that can we use custom ...read more
Hi Everyone,
I'm working with HubSpot's Membership Templates to restrict access to private content. Here's the current flow I've implemented.
A user fills out a custom form ( fields: First Name, Last Name, Email, etc.)
On submission, I add t read more
Hey @jay_pinetco ,
from my experience it all comes down to the membership your setting up. If it's just a gated content kind of thing, your flow...read more
The recent updates of how to add sections to web pages has created new user experience issues: Adding Content: Web designers or content teams are typically the ones creating new web pages. Having different methods and places to add content to a we read more
Hey @jaymewelch ,
Thanks for sharing this detailed feedback, these are all valid UX concerns that many in the community may resonate with, esp...read more
When I use my global partial header and footer I can't publish my template there is a error in cann't resolved property. If I use header and footer as a normal module it works. Can anyone help me to solve this problem Here is the code >> read more
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
You cannot directly style or manipulate the contents of an iframe with CSS or JS if it's from a different origin (the embedded HubSpot form in your ...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