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
1 answer

Is it possible to create Hubspot custom Flexible column which can contain other modules?

I need to create a new custom module in HubSpot for landing page like Flexible column which can contain other built-in modules. Is it possible to create that type of module? For eg: what we can do in Hubspot now:
Dinesh Ghimire
  • 31
  • 1
  • 1
  • 6
0
votes
1 answer

Opposite of ~ in jinja2

I am creating a variable inside of a forloop. The variable is set to an code representing the value of a module. I need to inject another variable into this expression. concatenation turns the expression into a string. Below is the variables that…
JSum
  • 597
  • 9
  • 20
0
votes
1 answer

HubSpot dropdown in form bug

On our website we use a HubSpot registration form with custom styling that loads in a fancybox popup. This is how it should look Our problem is that we need to add an 'on click trigger' (see HTML and JS below) to load the dropdown with the right…
0
votes
1 answer

Not able to get property values of an object in Hubspot using the API

I am trying to get the property values of the Deal Object in Hubspot. I am able to see them via Postman. However, when I try to make the same call via Node.js it doesn't give me the property values. This is the API URL:…
user3402248
  • 439
  • 6
  • 25
0
votes
0 answers

Why can I not get an iFrame with Autoplay video content to only play when Magnific Popup modal opens?

There is a project I am working on where a client moved their site to the HubSpot Marketing platform. One of the issues that we have been trying to help them address is their old hosting platform allowed for them to an image/button link that opened…
0
votes
1 answer

How to populate HubSpot form with selector information?

Right now users experience a multi-step form: Region > Country. From here they click to email sales person. We're implementing HubSpot form to remove the email sales person. What I'm trying to do is pass along the country that they select to the…
Jake
  • 1,328
  • 1
  • 21
  • 51
0
votes
1 answer

How to switch new template edit mode from html to block view in new HubSpot beta Design Manager?

HubSpot released new beta Design Manager. Do anyone knows how to switch new template edit mode from "html view" (this is my new template): to "block view" (this is copy of existed template): They are in different view... Or maybe somebody knows,…
simhumileco
  • 31,877
  • 16
  • 137
  • 115
0
votes
0 answers

Importing Hubspot dates into Sheets via Apps Scripts

This is more like a request for confirmation than a question. I'm passing data from Hubspot to a sheet by using Google Apps Scripts, but I'm getting a one hour difference in dates when in Hubspot vs in the Sheets. Platform dates…
Manuel
  • 478
  • 8
  • 20
0
votes
1 answer

jquery is missing when using hubspot forms inside wordpress site

I would like to integrate hubspot forms within my wordpress site, it all works fine I can submit the form and see the data from hubspot but there is only one problem with the callback function onFormReady() is not being executed due the jQuery is…
Mizlul
  • 1
  • 7
  • 41
  • 100
0
votes
1 answer

Multiple Blogs on Husbspot

Have 4 blogs in hubspot. Say A B C D On the backend: They are separated On the Frontend: they are blog.url/a /b /c etc I would like to have a blog in a, also show up in b. I tired tags, but that just outputs them a topics. Is there a way to have…
Deedub
  • 349
  • 2
  • 7
  • 20
0
votes
1 answer

Undo functionality does not exist in Hubspot after you save?

Are there any other IDE's you can use to develop an Html email for Hubspot? Once I preview the email I am developing in their IDE and go back to edit, I can not undo anything. IMO that is horrible for Development or any type of editing. Any…
user992731
  • 3,400
  • 9
  • 53
  • 83
0
votes
1 answer

How to integrate Hubspot App with live CRM?

I don't know if I'm missing something, but I've carefully followed Hubspot's API documentation and have successfully integrated my codebase with a "Test Hub", using cURL and PHP, but I cannot figure out how to now point this to the live hub? Where…
Mando
  • 125
  • 14
0
votes
1 answer

How to search Deals with its properties ‘closedate’ that falls between a date range

I’m getting deals from GET /deals/v1/deal/paged and wanted to know how do I get only the list of deals with closed date falls between a date range (e.g. between 01.Jan.2018 to 31.Jan.2018). On top of that, does the API support fields…
JeeShen Lee
  • 3,476
  • 5
  • 39
  • 59
0
votes
1 answer

How to build Restful API, from Rails, to Hubspot Forms API and/or altering embedded code?

So I'm working on a clients database and they switched to Hubspot for forms. In most cases I can just embed the form code at the end of the page no problem. However in this one particular page they are allowing users to click on an image, enter…
Jake
  • 1,328
  • 1
  • 21
  • 51
0
votes
1 answer

HTML Post Form - How To Add Json Data

First of all, thank you all for your help :) Really appreciate it as I am a total noob. Second, I am trying to add info to an HTML form: Email Address &email=x - Used in the request body The email address of the user >filling out the form. While…
Melanie B
  • 11
  • 2