Hey guys, I'm trying to create a sticky navigation with a hello bar on top. I want the hello bar to be out of view once you scroll and keep the navigation menu to the top. I did top: -32px so that the hello bar can be out of view. I tried it out in read more
Soooooo... We've been using modals on our product pages as a way to surface more content so users don't have to navigate away from the main page. We currently put all the modal content into a custom module. A single page can have 6-8 modal blocks a read more
Im using the blog_recent_posts and likely hubl functions to create a custom module. These functions do not update the content instantly? On blog listing and API are the posts available on publish. Is this right? /Mats
UPDATE: The site works perfect in preview and with the --> ?hsDebug=true ending. This is the experience i want for the end users. Guess its some ...read more
Hello! Is there a way to use the tag and author selector from the blog editor on an external page? I'm trying to build the ability to create posts in a blog on a membership page and would like to use hubspot's own fields for author and tag. read more
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 read more
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...read more
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 read more
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...read more
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, read more
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 read more
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...read more
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...read more
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...read more
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
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...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