Hi there, I have created a custom email module, with the following code <p> Dear {% if contact.firstname != "" and contact.lastname != "" %}{{contact.firstname}} {{contact.lastname}}{% else %}Mr./Mrs{% endif %}, </p> I also c read more
I found this community post from April where they are using 'none' instead of an empty string. Can you try that to see if it works?
If ppri...read more
In the Design Manager, I created a drag-n-drop section with a linear gradient background. Content Editing staff should be able to add this section to the page and insert multiple columns inside the section. I added flexible columns to a reusable read more
I would like to hide some of the editing control fields when users use a quote template - For example, we have defined Terms set per customer, and we don't want the Sales Reps editing them, so I'd like to hide that control from them. Any adivse on h read more
Hello All, Our site runs on a child them that we setup and had a custom module written for. Everything works great, but I noticed an update to our theme from the developer that allows for some new functionality in one of the modules that I would l read more
Hi @UFP_Packaging I'm happy to help with your question about how child themes work relative to updates.
When you have a @marketplace theme an...read more
It seems old posts just get ignored and lost so posting again hopefully someone at hubspot can fix their awful 30 second+ page load times: Old thread: https://community.hubspot.com/t5/CMS-Development/Hubspot-Developer-Documentation-Filters-Functi read more
Hey, @matt_scott 👋 The dev advocate team informed me they rolled out a fix for this today. Just after you posted this. Can you try again? If it'...read more
I need show actual price depend on web page localization. in account settings i connect some currencies. in module code i want create function which are recalc price value at the actual rate, how i get currencies variable from account settings?
Hey @MMaveyeu
Unfortunately I don't think the route you're on will take you to whereyou need to be, but there are other options! See this p...read more
I am using hubspot in my own website, so when I enter first msg to huspot chat then it asks me for email address, but whenI logged in into my website then hubspot automatically takes it. but in the same way,when I logged in through fb/google in my read more
Can a custom theme be made read only? Or does that happen if you create a child theme? A child theme will be created when using the custom theme but I don't want the client to be able to edit the parent theme files (similar to a marketplace theme). read more
@tmcmillan99 There's no way I know of outside of having the theme in the @marketplace to lock the files down to be read only.
Once you create...read more
There are several themes inside the @hubspot folder. I feel that these themes do not exist by default. However, I cannot delete it because there is no menu to delete it. Is there a way to delete these?
thank you for your reply. As you said, I can continue with development. No major problems. I would like to delete it if possible. Since the accoun...read more
We are trying to run a OneTrust Cookie scan a website that we own that is hosted on Hubspot. The scan results come back empty which leads me to believe that OneTrust's IP is getting blocked by Hubspot servers. Is there a way to allowlist the OneTr read more
Hi Jaycee, I wasn't able to find a solution to this particular problem but I did find that my issue with scanning the website with OneTrust was caus...read more
Hello, I am trying to translate the following into hubl, so I can use it in a custom module. What this code does is it gets the current user's ID to extract data about them. Ultimately I am trying to figure out what Lists the current user is on. read more
@jillii
Yes you would, and this is where the serverless function/lambda comes into play. By running that request in a secure environment tha...read more
We are building a landing page for a video sales funnel. We need a button on the page that, when clicked, a lightbox pops up with a multistep formstack form embedded within. Testing in our sandbox account worls well, however, when we rebuilt the pag read more