I am looking for suggestions for the best platform for prospects to book meetings. Initial thoughts are Calendly of course. This is something we will need to live in WP Engine.
Does anyone have experience/advice on connecting Calendly to WP & Beitrag ansehen
Hey @GSchuster , thanks for reaching out!
There is a pretty solid native integration between HubSpot and Calendly , but you may run into limi...Beitrag ansehen
I am trying to pass this information to a custom module: {% set parent_items = [
{
"parent_item_link": {
"url": {
"href": "https://example.com"
},
"open_in_new_tab": true,
"rel": null
},
"parent_item_label": "Example 1"
},
{
"parent_item_ Beitrag ansehen
Hi @alvarofranz ,
Could you try this:
{% module "hero_banner"
path='../modules/breadcrumb-hero',
label='Breadcrumb Hero',
parent_items="{...Beitrag ansehen
Is it possible to use values from one Custom Module in another Custom Module in Drag and Drop Emails? I've checked and tried here: https://developers.hubspot.com/docs/cms/building-blocks/modules/export-to-template-context But I can't seem to g Beitrag ansehen
The module would have to be a static module to be able to grab it's data. With both the widgets and widgets_data tags a module ID (this is separate f...Beitrag ansehen
Client has a gallery module that they would like to convert to be global. I know I can download it to my local dev environment and convert it to be global.
However, when I upload it back to the client's portal, will it keep all of the images/info Beitrag ansehen
@tmcmillan99 until HubSpot makes creating global modules easier (at least via design tools and not the CLI, but better if non-devs can create in th...Beitrag ansehen
Hi I've been building out a custom quote template, and I've been customising the line_items_table module to show the info that I need. I've added a few custom fields to Line Items, specifically to show the the partner margin and partner discount Beitrag ansehen
As stated in docs , JPGs were turned into webP on the server side. I'm afraid, this doesn't work for me.
Displaying an article in my browser I download a JPG image and expect, it should be a webP, or a webP with JPG file ending. What I in fac Beitrag ansehen
All blog articles in their AMP versions (?hs_amp=true) appear without featured image. Other images remain in their places. How can I get featured images back?
Featured image has the size 1232x693, is loaded in the web version and not loaded in the AMP. It is not included in the ressources tab in the AMP va...Beitrag ansehen
Hi Everyone, We are migrating our existing website into HubSpot. only frontend, Backend still we are using existing server DB. We have the existing site URL format that looks like below. Example: www.hubspot.com/<statename>/create Beitrag ansehen
Hi @himanshurauthan Thanks for the reply, I am not asking how to redirect to that URL. I want to build the page with that URL format. My problem i...Beitrag ansehen
Hello, We have created a button with a downloadlink in a marketing email. This does not work. A page abaout:blank opens. I have already deleted the button and created a new one. Does anyone have an idea where the problem is?
Hi, @FLorca 👋 Welcome to our community! It's often hard or impossible to troubleshoot assets the community cannot “see” or is unable to reproduc...Beitrag ansehen
Hi all, I want to validate a webhook request from apublic app I created. I followed this documentation for the v1 validating. Using the data from the example, I receive the same hash as in the docu. However, creating the hash in my function th Beitrag ansehen
Hi Jaycee, without having changed anything, the code now works. As I was also in contact with the hubspot customer service, who escalated the pro...Beitrag ansehen
Hi Everyone, We have the Login feature and SITEs are built in HubSpot, All the user's information and other information is stored in our client's existing server DB. Our Problem is that After login we have to show the menus based on the API respo Beitrag ansehen
Hi @Sk05 , I would personally store this information in a cookie or something similar. DO NOT store any personal information, only the permissions ...Beitrag ansehen
Hi, I am trying to style a module with fields and I think I am doing wrong. I would like to define a selector on the module field : {% simple_menu menu_tree="{{ module.simplemenu_field }}" data-identifier='identifier-menu-warpper-test' %}. Rig Beitrag ansehen
It's not possible to place HTML attributes on a module tag, wrapping it in a div with your prefered selectors is the best solution there. If you're u...Beitrag ansehen