Hi there, I'm new to Hubspot so please bare with me. I am trying to get the hamburger nav to work on this site on mobile - https://blog.aqdot.com/aqfresh-odour-elimination-news/aqfresh-hair-personal-care-consumer-insights-report I have ad read more
There's a portion of .js we're wanting to add a couple more partners to. I'm just wondering how to test adding the partners to the list below and then checking it works with our Calculator here > https://www.homewise.co.uk/calculator The code read more
A client wants certain page info to only be visible to themselves when logged into Hubspot.
I know that I can use
{% if request.postDict.inpageEditorUI %}
to only show content on the edit page but I'm struggling to think of a way read more
I have my reasons to ALWAYS hide a field in the editor UI, but I don't see any option to do this. Reading the docs, I came up with a "hack" to do this, which would be: "visibility" : {
"controlling_field_path" : "whatever_other_field", read more
Hi, I was wondering if anyone had any insight on where I needed to go or which .css or .html files I needed to find in order to fix my navigation hamburger menu. After changing some fonts and colors for our website design, I somehow lost the n read more
Google search console reports that many of our blog pages is having an u nparsable structured data and they are missing '}' or object member name. Can someone kindly please help me troubleshoot the issue and where I can possibly edit the JSON? read more
Happy to take a look @Jaycee_Lewis , hi @Vedant - do you have a link for a blog post so I can check the code directly to see where the schema is ...read more
I am using a template in which I use a module and pass it custom values, that I need to be predefined only for that template. The other instances of said module, should take the values provided via the UI when editing the page. It works fine read more
Thanks for the alternative approach, but note the following: The fixed values don't get passed to the module if they are not part of the original...read more
Edit meant to post this in the ideas forum: https://community.hubspot.com/t5/HubSpot-Ideas/Form-Fields-are-far-too-long/idi-p/803410#M145494 The form field in the CMS editor is far far too long, when I'm adding fields I want to create a nice clea read more
Hi There, I have a question. I can't find the answer anywhere, so maybe somedy can help me here. Hi there, I have a question. I can't find the answer anywhere, so maybe somebody can help me here. I'm working on a website with a membership area, read more
Hi @EMestrom ,
This would work in the same sense as most log in functionality works. It would add a cookie to the user's browser that would allow...read more
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 & read more
Hey @GSchuster , thanks for reaching out!
There is a pretty solid native integration between HubSpot and Calendly , but you may run into limi...read more
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_ read more
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 read more
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...read more