Questions tagged [hubspot]

HubSpot is a company that develops and markets a software-as-a-service product for inbound marketing, also called HubSpot. The software has features for social media marketing, email marketing, content management, web analytics, and search engine optimization, among others.

HubSpot is a company that provides a software-as-a-service product for inbound marketing, also called HubSpot. It includes tools for social media marketing, email marketing, content management, analytics, landing pages, and search engine optimization, among others.

The HubSpot suite of online tools has three primary applications: Content management tools for creating or managing blogs, templates, forms and landing pages; Exposure optimization applications that help the content be found, such as through search engine optimization; and Lead tracking and intelligence tools, which track and manage e-mail marketing, customer interactions, qualified prospects, reports and analysis.

HubSpot has integration features for salesforce.com, SugarCRM, NetSuite, Microsoft Dynamics CRM, and others. There are also third-party services, templates and extensions that can be downloaded through the HubSpot App Marketplace.

470 questions
0
votes
2 answers

How to reload window after Hubspot Messenger().run() message closes?

I'm writing an MVC app and I really need a reload window after message (both error and success) closes. How can I achieve this? Actually, I'm trying this code on my button click, but no luck: Messenger().run({ successMessage: 'Record…
Lari
  • 800
  • 7
  • 18
0
votes
2 answers

Custom background in Hubspot template

I am building a template in Hubspot. I want to make a background image editable from the front end. I have seen this in a template but I am unable to find the option from the hubl reference.
user379888
0
votes
0 answers

HubSpot contact properties via Segment API

We are adding custom properties on contact during the track events, per this documentation: https://segment.com/docs/integrations/hubspot/ analytics.track(user_id='YOUR_USER_ID', event='Bought Item', properties={ 'email': 'peter@initech.com', },…
mikebz
  • 3,277
  • 8
  • 37
  • 50
0
votes
1 answer

Does singularity support the gpu resources framework capability?

I'm trying to use singularity to schedule tasks that use cuda over a mesos cluster. Mesos slaves do seem to support gpu resources that frameworks can make use of, but it seems the frameworks need to be flagged as gpu consumers. Is this an option…
andrei
  • 339
  • 3
  • 12
0
votes
0 answers

HubSpot mangler breaking my javascript

Hi I'm trying to run this piece of code in HubSpot but the mangler is breaking my script. Is there a better way I should be implementing the code? function bindSpeakerImages(speakerImage) { var speakerConatiner = speakerImage.parentNode; …
Jleibham
  • 480
  • 2
  • 9
  • 26
0
votes
0 answers

How to Identify the Error OR Reason for Empty Response Body from "Hubspot" to my own application

I am new to using Hubspot and am trying to use "Hubspot Integration" for my Application. In the Hubspot Application, they used their own URL to return a response using Webhooks. It returns the response "ok": Sample URL:…
jsaonboo
  • 91
  • 8
0
votes
1 answer

Intergrating Stripe with HubSpot

I'm trying to set up a form of payment on HubSpot. My client selected stripe before I was on board and I've been spending backend of last week and this morning trying to integrate the two. I've come to realise that HubSpot doesn't support…
Jleibham
  • 480
  • 2
  • 9
  • 26
0
votes
2 answers

Pass Angular $scope object to PHP to Hubspot Form

I'm trying to pass Angular $scope values to a Hubspot form by calling an AJAX function. I'm making calculations in the controller and then I would like that data to be input to a corresponding Hubspot form field. In my Angular controller I have…
FraserKC
  • 21
  • 3
0
votes
1 answer

For loop an array of objects in HubL?

Hi I have some javascript that is generating HTML code into hubspot, my client wants to have an easier access to editing content and I'm trying to set this up with a HubL template. I've found that I can right a for loop to print an array variables…
Jleibham
  • 480
  • 2
  • 9
  • 26
0
votes
1 answer

How to put Google Tag Manager code to Hubspot

I tried to place Google Tag Manager code via individual page settings as for their instruction on https://knowledge.hubspot.com/articles/kcs_article/cos-general/how-do-i-add-the-google-tag-manager-code-to-my-hubspot-pages But Google wants it to be…
Martin Cipriano
  • 75
  • 1
  • 1
  • 5
0
votes
1 answer

Migrate submission of form from InfusionSoft to Hubspot

I have a form in Orchar CMS, built with a ViewModel, in present times it take the data and submit with InfusionSoft, now, I need to migrate that method of submission to Hubspot, i can't found what I am looking for in the api documentation, but I…
user6580378
0
votes
1 answer

Hubspot Responsive Layout Quirk

I'm working on a hubspot project that I got pulled into last minute and am having a lot of trouble with a particular issue. The page looks okay fullscreen but on mobile, I'm getting some crazy margin that is making the site look super funky. I've…
Jleibham
  • 480
  • 2
  • 9
  • 26
0
votes
1 answer

I think this is python syntax inside my css file?

I've just taken on a hubspot project with an example theme. I'm used to using scss and gulp, but inside the example css file I have variables like this {% set baseColor = "#666" %} I know hubspot uses the Jinja2 templating system, this is my first…
UzumakiDev
  • 1,286
  • 2
  • 17
  • 39
0
votes
1 answer

Hubspot custom modules and bootstrap carousel

Hubspot adds wrappers around its custom modules. I desperately want to find a way to make this code work for Bootstrap carousels. Any ideas how can I let the carousel plugin know to target my item class inside this added Hubspot span and div…
NotAnotherCliche
  • 381
  • 1
  • 4
  • 18
0
votes
1 answer

I set the width of an element in Hubspot... now I can't center it

I hate hubspot with my whole soul. When I set the width of a module... it moves over to the left. Nothing in the CSS changes it so I can center it. Any help?