Hello everyone... I'm editing a budget template, and the main table needs to perform the following calculation:
"Assinatura Anual" field: Finds the "Quantity" field of the line items, adds them (if there's more than one), and multiplies read more
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
Hey @DCardinal3 ,
as far as I know, the "CTA" option in links doesn't work only with legacy CTAs. For popup CTAs, I'd recommend trying to use th...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 @Anton thanks for the reply! When I drag my screen edges to make it significantly less wide, or if I zoom in via my keyboard, this is when I se...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
Does your actual code have two "formId" or did you include the second one to explain the issue here? If you have two instances in your code then the ...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