Is there a way to make the visibility of cards dynamic? So I want to create a new tab in the Company View Page and in that tab I want to display a Card property list that shows the properties important to us based on the type of company. Is there a read more
@papafry88 this is unfortunately not possible at this stage. However, other users have requested this before: https://community.hubspot.com/t5/Hub...read more
Hi there, HubSpot enthusiasts! I'm thrilled to introduce my latest project: ZipCode AutoFill ! What is ZipCode AutoFill , you might ask? Well, it's the newest innovation in HubSpot add-on technology, designed to make your life a whole l read more
Hi everyone, So, I have a repeater module and inside of it I added a cta that has a modal option. But the pop-up from the modal is not unique and all of the cta's are displaying the content from the latest repeater and not the one for their own. read more
You're so close! Give this a try: $(".modal-cta").on("click", function() {
let target = $(this).attr("data-id");
$(`#${target}`).addClass("m...read more
I am trying to figure out how to add a rectangular black border around my CTA button in a certain module, like there is for other modules in the same email. For some reason, one of the modules is missing the black border. (see images attached) read more
I created a simple boilerplate stylesheet that I use everytime I built a custom modules now. It's mainly class controls that I have thrown in as the need arises, and I cleaned it up a bit to share. I removed form and cta controls because they were p read more