Can anyone direct me to where I may find this code? <meta property="og:image" content= https://schmidtfm.com/hubfs/Schmidt_Footer.svg > <meta name="twitter:image" content= https://schmidtfm.com/hubfs/Schmidt_Footer.svg >
By the way, the code samples provided are not something that would be used for an email, as the intended use case is to select what image to show whe...read more
The below code pulls content from a HubDB column called <overview_items> which contains foreign ID data. The data that is surrently being pulled is the name and id columns of the foreign ID table. {% for item in module.lp_select.columns.ov read more
Hi all, would you be abl;e to point me to someone who would be able to offer me any tips or guidance on the best way to fetch the data from the forei...read more
I have created a module that allows the creator to select a row from a Hubdb using a HubDB row field. I can then fetch the data from the HubDB row using the Landing Page Tile. I have set a column (overview_items) in the first HubDB t read more
Thank you Indra for your guidance. I have been trying to work this into my project but can't get the data to pull through into a list. The parent...read more
We need to remove the 'company page' from the unsubscribe page. I cannot change the company name in our account as we have multiple brand names (different arms of the business that we email different campaigns to) and so this would be wrong unless i read more
@KJahn - You can find the template for the system page designs in the Design Manager file layout. I'm sure they wil be in the conventional place un...read more
Hi all, I am trying to embed my chatflow like how it is done on this page . here is my code: module.html
<div class="chat-container">
<div id="hubspot-chat" style="height: 500px; width: 100%;"></div>
</div> mo read more
@STierney , I figured it out in the end. It was nothing to do with the code or the chatflow itself, it was actually to do with the webpage and the f...read more
Hi there, We have moved our knowledge base in HubSpot from www.domainname/help to the new url below: www.domainname/migration/help But it doesn't copy the old header and footer. Is it possible to get the old header and footer? thanks a l read more
Hi @FurqanAli The Knowledge Base in HubSpot uses its own layout system, which doesn’t allow us to apply your website’s custom header and footer d...read more
Hi, so in a template I have a dnd_section and inside it there is two dnd_column - the left one with width = 9, offset = 0 and the right one with width = 3, offset = 9 so now I want to make the right dnd_column sticky. How do I do read more
Hello, Fairly new developer here. I'm trying to locate my main website navigation code but can't find the referenced file in Design Manager. Current Setup: Active Theme: RiverSideEpiCenter August2024 Issue: Need to modify main s read more
@estradat , Anything you want to edit the code of should be cloned from the parent to the child. Don't change any paths. The only reason you...read more
I'm having an odd issue where I can't get an HTML Entity(registered trademark symbol ®) to render correctly. We are using the cms-react templates to build this site. This particular field is using a TextField for the heading and passing that field read more
Hi. I solved the same problem using the "decode" method of the "he" library. https://github.com/mathiasbynens/he?tab=readme-ov-file#hedecodehtml-opt...read more
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 am trying to add the code for a CTA pop-up button to the source code of a rich text editor (custom theme module) and when I save the source code, it keeps stripping out the href that contains the javascript.
Code-
<a class="hs-button " hre read more
Hi I am trying to call HubDB row data base on a column select info. So if business_outcome is Increase Loyalty then use the data in that row only (image, title, decripction etc...) Currently this works by using the row id: {% set row read more
I have found a way to reduce the if statement by using the for statement as follows: {% set CategoryParam = "&business_outcome=" + dynamic_p...read more