CMS Development

絞り込み条件
  • すべてのラベル
  • Announcement
  • CSS
  • Custom Modules
  • Design Manager
  • Documentation
  • Drag and DropTemplate
  • Email
  • Enterprise
  • Forms
  • Free
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • Local Development
  • Marketplace
  • Professional
  • Starter
  • Wordpress
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
解決済み
dgomez-dev 6月 20日, 2025
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 続きを読む
1 いいね!
5 コメント
ベストアンサー
トップ投稿者 | Gold Partner
6月 20日, 2025 15:51
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...続きを読む
解決済み
dgomez-dev 6月 20日, 2025
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 続きを読む
0 いいね!
1 コメント
ベストアンサー
トップ投稿者 | Solutions Partner
6月 20日, 2025 15:39
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...続きを読む
解決済み
MUlHuq 6月 20日, 2025
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?
0 いいね!
1 コメント
ベストアンサー
トップ投稿者 | Gold Partner
6月 20日, 2025 09:17
Hi @MUlHuq , You can’t fetch detailed contact activities (like emails, calls, meetings, etc.) directly in the frontend using HubL or CMS modules. H...続きを読む
解決済み
Torsten_Utz 6月 20日, 2025
Hello there, is there an option to access the generated image tags in the file explorer via hubl and use them for filtering on a template page? Thanks
0 いいね!
1 コメント
ベストアンサー
トップ投稿者 | Gold Partner
6月 20日, 2025 08:56
Hi @Torsten_Utz , Currently, HubL doesn’t support accessing or filtering image tags directly from the HubSpot File Manager. These tags are main...続きを読む
JKuells 6月 18日, 2025
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 続きを読む
0 いいね!
2 コメント
トップ投稿者 | Gold Partner
6月 20日, 2025 01:30
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...続きを読む
解決済み
RAnderson91 6月 18日, 2025
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 続きを読む
0 いいね!
5 コメント
ベストアンサー
ソートリーダー | Solutions Partner
6月 20日, 2025 03:28
Hey @RAnderson91 , thanks for the code. Okay - so "hidden modules" might be a wrong term here, as most people (including me) would thing of ...続きを読む
解決済み
MNongrum2 6月 18日, 2025
Please help me!!
0 いいね!
8 コメント
ベストアンサー
ソートリーダー | Solutions Partner
6月 18日, 2025 13:14
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" ...続きを読む
解決済み
jerequis 6月 17日, 2025
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 続きを読む
1 いいね!
3 コメント
ベストアンサー
ソートリーダー | Solutions Partner
6月 18日, 2025 07:27
Hey @jerequis , short answer: it depends on your desired result Technically HS blogs have following "options": /blog (listing pa...続きを読む
解決済み
JumpingKangaroo 6月 17日, 2025
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 続きを読む
0 いいね!
7 コメント
ベストアンサー
トップ投稿者
6月 18日, 2025 05:49
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...続きを読む
解決済み
Maffis 6月 17日, 2025
Hi, I am currently optimizing image loading for our site. For that I am providing the width and height, so that Hubspot can automatically generate the srcset value. But I noticed that it also overwrites the sizes value I set, which makes me unabl 続きを読む
0 いいね!
1 コメント
ベストアンサー
参加者
6月 17日, 2025 09:53
Hey there! You’re on the right track—HubSpot does automatically generate a srcset (and a default sizes) whenever you use its built-in image mo...続きを読む
解決済み
Woodsy 6月 13日, 2025
Hi I am looking to be able to specify one of the select dropdown labels within the query. My code is: {% if dynamic_page_hubdb_row.business_outcomes.label %} {% set row = hubdb_table_row(121356853, 191295276975) %} {% endif %} The business outc 続きを読む
0 いいね!
1 コメント
ベストアンサー
トップ投稿者 | Gold Partner
6月 15日, 2025 01:31
Hi Woodsy, You’re on the right track, but HubL doesn’t let you use dynamic property names like ‎`dynamic_page_hubdb_row.business_outcomes.<l...続きを読む
guilhermenetode 6月 13日, 2025
Hi everyone, I’m trying to create a UI Extension in HubSpot CRM using React (as an iframe-based extension), not a CRM card. I already have a Developer Account with UI Extensions Beta enabled . However, it’s still a bit confusing with the curre 続きを読む
0 いいね!
2 コメント
トップ投稿者 | Solutions Partner
6月 16日, 2025 07:46
Hey @guilhermenetode , It’s definitely a bit confusing at first, especially with the mix of Apps vs. Projects vs. Extensions. @Jaycee_Lewis...続きを読む
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

新しくスレッドを立ち上げてディスカッションをしたり、質問をすることができます。

投稿する
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.