Thank you in advance. I am sharing this screenshot to show the issue I’m facing. I want to wrap the above content within the card, but when I send a message or add text, the height of the card increases dynamically. I’m curren read more
I have a hubDB database to build dynamic pages with multiple resources (analyst reports, whitepapers etc. I have a single select column "resource_type. I've noticed that if I take the end slug from the resource and put it on the end of the exampl read more
Your theme uses a font awesome icon for your hamburger menu, add the below to your css to change it's color .mobile-trigger i.fas.fa-bars {
...read more
Hello, we are localizing our website and need to implement hreflang via sitemap. However, we are not able to edit the sitemap.xml file directly. Is there a way to: Add alternate hreflang links via sitemap in HubSpot? Add a custom sitemap file read more
I am trying to make a theme for hubspot and I need a formField to use different forms in the same template but I can't get hubspot to renderize any form!!
import React , { useState , useEffect , useRef } from ' react read more
Hi @NicolasBrito , I hope that you are well! Thanks for asking the HubSpot Community! I have found similar threads that might point you in the r...read more
Hi HubSpot team, I’m building a custom CRM card with React using the HubSpot project CLI and getting this error: `[ERROR] Couldn't create a React extension with your file because your portal () doesn't have access to this beta.` Could you please read more
Hey @SagarTomar ,
To create a CRM card using React, your developer portal must be enrolled in the “CRM development tools to build UI extensio...read more
HubSpot does not search by alternative e-mails, not defaults. When I search HubSpot via some e-mails, HubSpot don't found anything like this, but when I come directly to contact, this e-mail is available. Additionally, when I coresponding with alter read more
Hi, Currently, the UI components only offer two types of graphs: Bar and Line. Wouldn't it be awesome if there were more options, like radar, gauge, heatmaps, etc., perhaps something similar to Chart.js? This would improve data visualiza read more
Hi @dgomez-dev , totally agree with you. Expanding chart options in HubSpot UI Extensions would be a huge upgrade. Bar and Line charts are limiting...read more
Hi there, I am doing a new app using the new UI Extension. A lot of potential, but I feel many things are still on BETA for forcing new Card to use it. Anyways, one thing I see problematic is that with the new cards, they are not automatical read more
This has been raised by several devs before, even on this forum also.
Here is a community thread I found: https://community.hubspot.com/t5/APIs-In...read more
I am looking forward to fetching the contact activity in a module. I can pull associated custom CRM object properties in the frontend. Is there a way to retrieve the requested contact activity in the frontend?
Hi @MUlHuq , You can’t fetch detailed contact activities (like emails, calls, meetings, etc.) directly in the frontend using HubL or CMS modules. H...read more
Hi @Torsten_Utz ,
Currently, HubL doesn’t support accessing or filtering image tags directly from the HubSpot File Manager. These tags are main...read more
I’m updating a HubSpot landing page. Currently, the CTA links directly to a booking page. I’d like the CTA to instead trigger a popup with a Typeform (already built) to qualify users before they book. I tried: Embedding the Typeform in a popu read more
Hi @JKuells If you want to display a Typeform in a popup automatically on your HubSpot page, here’s a simple method using HTML, CSS, and JavaScri...read more