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 続きを読む
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 続きを読む
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 続きを読む
This is not a good method to work, becouse all e-mails assigned to company should be monitored in default. Additionally the same situation for alterna...続きを読む
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 続きを読む
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...続きを読む
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 続きを読む
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...続きを読む
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...続きを読む
Hi @Torsten_Utz ,
Currently, HubL doesn’t support accessing or filtering image tags directly from the HubSpot File Manager. These tags are main...続きを読む
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 続きを読む
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...続きを読む
Hi,
Does anyone know if it is possible to insert and render a HubSpot form as a hidden module in a template?
I know it can be added as a static module but we have other fields as hidden and would be nice to group them together.
Any 続きを読む
If it's the same form in the same spot, then add a form module or an embed code to the template directly.
{% module "form"
path="@hubspot/form"
...続きを読む
Hello HubSpot community, I have a question: is it possible to have “sub-pages” of a blog listing page (or its equivalent in HubSpot)? If so, what steps should I follow? For example, my main blog slug is /blog, but Id like /blog/all to display diff 続きを読む
Hi, I`m using the format_address to generate an array {% set address_lines = format_address(
QUOTE.hs_locale or 'en-us',
{
address: module.show_company_address and BUYER_COMPANY.address ? BUYER_COMPANY.address : '',
address 続きを読む
Hi, Unfortunately, you have no way to change this, because it's pre-formatted precisely to respect formatting conventions. If I were you, I would...続きを読む