Hi everyone, I have a custom object called Quote , which is associated with Deals (standard object). By default, all associated deals show up on the quote record view. I want to only show associated deals when the quote's Probability of Cl Beitrag ansehen
Dear Hubspot Development superstars, I am new to developing hubspot Apps and I have a very basic question: Can I develop an App using the Hubspot workflow engine and put it on the marketplace? I have an idea, which I can of course implement Beitrag ansehen
Hey @sosv ,
creating a whole app with the workflow functionality is not possible, as the workflow builder is not an "app builder".
If ...Beitrag ansehen
Im having a issue where the contact opens up the page several times (i can see the activity in the time line) but the contact enters the workflow with up to 10 days of delay, the workflows trigger is once the contact views the page and contain the U Beitrag ansehen
Hey Josh thanks for the help, i also created a list but the werid thing is that the contact entered the list with the same 1O day delay after he open...Beitrag ansehen
Hello, I am trying to create a customer portal with the pages Customer Portal, Blog and Knowledge Base with the same template. They look similar, but they are still different and that looks unprofessional. Can someone help me to do this ? This Beitrag ansehen
I'm working on creating a custom theme page and I'm running into some persistent issues with linking my CSS and JavaScript assets. I've been through a number of troubleshooting steps, and also worked with HubSpot Support, but I'm still stuck. My T Beitrag ansehen
As far as I'm aware, get_asset_url will traverse from it's current location (aka the template) to the file. Since the template file is in /css/js...Beitrag ansehen
Hi all, firstly let me just say I'm no coder, this is my first attempt so please go easy haha. I've used the Hubspot email signature generator as well as adding some extra elements to create an email signature. I used BBEdit to create a clean html Beitrag ansehen
Hi Anton, Thanks for taking a look, unfortunately it's still the same issue. Please see image attached. I wonder what the issue is? The code ...Beitrag ansehen
Hi HubSpot Community! I'm working on implementing a consistent form design across our entire website and need advice on the best approach for global form handling. I've found the default form.module in Design Manager (@hubspot/form.module) Beitrag ansehen
Hi @Riyadh9292 ,
a consistent form styling comes down to a theme.
If you've never worked with themes - think of a theme like a "instructio...Beitrag ansehen
We have a customer that uses the HubSpot CMS for their website. When they create a new CTA, they would have to apply the styling each time over, and it never matches the website or the previous created CTA.
Now I understand that these new CTA Beitrag ansehen
Hello @LvanAggelen ! If you're working with CTA styling in HubSpot, it's important to note the key differences between the legacy CTAs and the new ...Beitrag ansehen
Hi, everyone! I'm facing an issue where the menu links on my website work fine on desktop but are not responsive on mobile devices. I’ve noticed that when viewed on mobile, the menu doesn’t expand properly, and users are unable to access the full li Beitrag ansehen
Hello @ryabepatel , I've reviewed your question and found similar queries in the community with accepted solutions that might be helpful for your...Beitrag ansehen
Our SEO scanning software recently made us aware of a bunch of HTTP links instead HTTPS. The site has been up for a year + so the sudden addition is surprising. It looks like when a user clicks our corporate logo in the top left corner to take Beitrag ansehen
Hey @rmoore ,
Depending on your page setup there are at least 3 places you can check for the logo URL.
The brand-kit settings
The file-m...Beitrag ansehen
Normally I am able to fetch the variations of a page using this hubL function
{% set languages = language_variants("localized") %}
This returns the multi language variations of a page for example ("home", "fr/home", and "en/home") But when us Beitrag ansehen
Hi, @Leon17 👋 Thanks for your question. I appreciate you including your details. I'd like to invite some of our community members to the conve...Beitrag ansehen
Hello, I have a chatbot created using chatflows on my website, I need to be able to capture a specific parameter from the session URL and save it to the contact record created by the bot. I found a post talking about saving the param as a cookie i Beitrag ansehen
Hi @Jaycee_Lewis I can't find the exact post, but I basically I put this code in my browser: first to create the cookie: <script>
fun...Beitrag ansehen