Is anyone using a 3rd party form software that has good Hubspot integration where the form submission shows on the Contact's activity timeline similar to a Hubspot form?
Thanks,
Terry McMillan
Hi all, I'm working on a client blog created on Hubspot and they're having an issue where the search results page is not showing any results. I'm pretty new to Hubspot development so tracking down this issue is pretty challenging. I've made sure read more
Hi!! I am currently developing a module that utilizes GraphQL to obtain information from a contact. By utilizing GraphQL, I am able to retrieve the contact information for the designated email recipient. With this contact information, I am able to read more
The theme I'm using has the fields.json file locked and I can't clone into my child theme. Is there a way to extend the theme fields JSON in the child theme? Thanks
Hi! Im trying to create a serverless function that uploads a file with the hubspot api. I tried alot but can not get it to work. Please help me. exports.main = async (context, sendResponse) => {
const hs = require('@hubspot/api-client' read more
Here is what I was able to get working. I am encoding the file on the client then using buffer in the serverless function to convert it back to ...read more
I am trying to pass the ID of an object with the transactional email API. I cannot save my programmable email module because of this error: Missing required input parameters. Object id or query is mandatory for crm_object function. My object read more
I am a free user using the Quest theme. As a sole proprieter I don't need my facec plastered all over the site and would like to remove the Author modult on the bottom of the posts. Can someone help me do that easily? Thanks!
Hi! I am not a developer, I'm a designer trying to learn a little bit more about the backend of Hubspot. I do have some training from a masters program with coding (CSS, Java) but I am not that great. I have a few questions to start: I'm read more
Hey, all -- I'm working on a page built by a coworker who is no longer at the company. The page is for an upcoming event, so it has a secondary nav bar where you can choose agenda, speakers, etc. The bar changes to a dropdown on mobile, but read more
How can i use additional parameters for video player with advanced features within HubL? 😀 Form: Skip option = Decide whether viewers are required to submit this form to continue watching Display time of the form = beginning, end, 15 of read more
in the below code in the place of Athletics i need to add selection field or choice field, but it is showing syntax error <div class="sporteng-acs-outer"> <div class="pagecenter"> <div class="sporteng-acs-inner"> <div cla read more
You have to match your HubL output with the HubDB values. So if all your values are first letter capitalised only e.g. "Athletics" or "High jump" (se...read more
{% set case_data = hubdb_table_rows(module.hubdbtable_field, 'sport_filter=Athletics&limit=3') %} in the place of Athletics i need to add custom choice but it is showing syntex error