Hi, as the title says, I'm trying to you an external CDN (cdnjs) to import gsap into a module and use it in the js. Ive tried using requier js tags and adding it in the modules html but that doesn't seem to work. Is there any fix for this or is it Leer más
You're using require_js correctly. If you view page source you'll see it there in the footer. Your issue is that by putting the rest of the code in t...Leer más
I'm using a hubspot form on our website. I would like to remove the red asterisk on a required field from VS code. Is it possible? I've tried to edit the embed code on vs code by placing css=" " and cssClass. But they don't work. I also tried d Leer más
Hi Anton. Thank you for quick response. It doesn't work too 😞 I saw a solution as below link from hubspot. How to create a cssClass? Can I creat...Leer más
We have a form which was displaying as a 2-column form. Now it's displaying as 1-column (see attached screenshot) I've checked in different browsers, community pages and searched web, all Hubspot, etc, and still can't see a solution. In fact, Leer más
Hi All! I am working with shufflejs ( https://vestride.github.io/Shuffle/ ) on codepen, and it works fine however when I put it in a HubSpot module I get the following error. Codepen: https://codepen.io/tkruger/pen/dyqKYBz Error in Hub Leer más
I switched to using filterizr instead of shufflejs and it works fine with HubSpot. https://yiotis.net/filterizr/#/ I would like to know why th...Leer más
This will work. It depends if you want to return the primary language version of the blogs that have mutli-language variations, or return the multi-l...Leer más
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
@Anton
Anton-
Thanks for the information. I really appreciate it. This particular client is on CMS so I will take a look at Typeform and Jotfo...Leer más
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 Leer más
What URL are you using in your GET request? In your page URL you're using "q" as the query parameter, which is fine as long as the URL of the GET req...Leer más
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 Leer más
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
The theme is Krazy https://app.hubspot.com/ecosystem/21628696/marketplace/website/krazy-theme-by-juice-tactics-snacks and we are on "Marketing...Leer más
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' Leer más
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 ...Leer más
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 Leer más
I figured it out. You have to add the filter |int to custom.yacht from this: {% set yacht = crm_object("yacht", custom.yacht, "name,builder, year")...Leer más
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!