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
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
解決済み
swalker1 12月 11日, 2025
I have created a multi-nested form with several hidden fields based on user selection that's used internally for our marketing team. You can view the page with the form here . Upon submission, this is sent to our project manager via the Send to o 続きを読む
0 いいね!
6 コメント
ベストアンサー
投稿者 | Elite Partner
12月 16日, 2025 13:24
Hey, Your diagnosis is 100% correct -- and you've already figured out why the problem exists. Let me confirm what's happening so you can move forwa...続きを読む
_al 12月 09日, 2025
We're using {{ set_response_code(404) }} to manually trigger the 404 page under some circumstances. This works fine, the 404 response code is set, and the 404-template is rendered instead of the template that triggered the 404. We're als 続きを読む
1 いいね!
5 コメント
トップ投稿者
12月 15日, 2025 10:22
Hi @_al , yeah that’s a maddening one, especially since “real” 404s and “forced” 404s look like they should be identical. What’s happening under...続きを読む
解決済み
ben-duchy 12月 01日, 2025
I'm currently developing a bespoke customer portal and require a list of items held inside a deal property. Does anyone know if it's possible? Note: I'm aware that deal properties can only be accessed on a password / membership page. I have succ 続きを読む
0 いいね!
2 コメント
ベストアンサー
ソートリーダー | Solutions Partner
12月 01日, 2025 07:52
Hey @ben-duchy , creating an object from the deals and looping throught it should be possible. Kinda like {% set all_deals = {} %} {% ...続きを読む
解決済み
Jopitts 11月 27日, 2025
All, I'm trying to work out what dumb thing I'm doing here. I have the following code in my table: {% if module.job_title != "hide" %} <tr> <td style="color:inherit; font-family:i 続きを読む
0 いいね!
14 コメント
ベストアンサー
メンバー
12月 05日, 2025 13:20
@Christensen , turns out that turning on the programmable email option solved things. It radically changed the way HUBL interpreted object propert...続きを読む
解決済み
BC428 11月 10日, 2025
Hey Developer Community, I’m noticing that our current HubSpot blog tag functionality only displays blogs for tags that have been used two or more times . If a tag is only used once, it doesn’t return any results when someone clicks that tag. 続きを読む
0 いいね!
3 コメント
ベストアンサー
参加者
11月 10日, 2025 19:40
That’s a sharp observation it sounds like the current HubL logic or the underlying query might be grouping or filtering tags by occurrence count, whi...続きを読む
解決済み
Woodsy 11月 04日, 2025
The below code pulls content from a HubDB column called <overview_items> which contains foreign ID data. The data that is surrently being pulled is the name and id columns of the foreign ID table. {% for item in module.lp_select.columns.ov 続きを読む
0 いいね!
5 コメント
ベストアンサー
参加者
11月 18日, 2025 01:47
Hi @Woodsy , To access other columns from a foreign ID table in HubDB, you need to use dot notation to reference the foreign table's fields. Ins...続きを読む
Woodsy 11月 03日, 2025
I have created a module that allows the creator to select a row from a Hubdb using a HubDB row field. I can then fetch the data from the HubDB row using the Landing Page Tile. I have set a column (overview_items) in the first HubDB t 続きを読む
0 いいね!
2 コメント
投稿者
11月 04日, 2025 06:21
Thank you Indra for your guidance. I have been trying to work this into my project but can't get the data to pull through into a list. The parent...続きを読む
解決済み
SDEGLIAME 10月 27日, 2025
Hello everyone, In the code for a page, I have integrated an iframe whose URL must include the query string from the host URL. Here is the code I am using: {% set query_string = request.query|default("utm_source=site&utm_campaign=contact-e 続きを読む
0 いいね!
2 コメント
ベストアンサー
キーアドバイザー
10月 30日, 2025 07:21
Hi @SDEGLIAME , maybe a stupid question but since you are just checking the query parameters of the URL, did you make sure you are accessing the liv...続きを読む
解決済み
Denden 10月 14日, 2025
So, i use CMS React to build and mantain themes/websites.. since monday when i run "npm run start" in my project root every hubl-module or template dissapeared... Cannot even proxy..q
1 いいね!
7 コメント
ベストアンサー
HubSpot Employee
10月 23日, 2025 16:46
Hi everyone, The HubSpot team has found the cause — a recent change removed a gating check from LocalDevAuth, but the dev server still expecte...続きを読む
解決済み
JumpingKangaroo 10月 10日, 2025
Hi We would like a form which a VAR completes with their name and the end customer that they are working with. We would like it so that the VAR company has all the associated deals for the various end customers. We have so far VAR completes 続きを読む
1 いいね!
1 コメント
ベストアンサー
ソートリーダー | Platinum Partner
10月 10日, 2025 10:20
Hi @JumpingKangaroo HubSpot will always automatically deduplicate a company when the company domain name matches an existing company. If...続きを読む
解決済み
TMisuna 10月 08日, 2025
When I run a command like npx hs fetch --overwrite my-theme my-theme, the terminal shows the following error. Although I was able to fetch before, now it doesn’t work. How should I proceed to fix this issue? [ERROR] The post in account XXX was n 続きを読む
0 いいね!
4 コメント
ベストアンサー
ソートリーダー | Solutions Partner
10月 08日, 2025 14:32
Hey @TMisuna , verify that you've auth'd the account you're fetching from. You can run hs account list in the terminal or click the Hub...続きを読む
解決済み
Anders_Grové 10月 07日, 2025
I am looking for a working example of the format_date or format_datetime filters. The problem: I want to display just the day of a datetime property. We used to be able to do this with the deprecated filter |datetimeformat("%d"). Now w 続きを読む
0 いいね!
4 コメント
ベストアンサー
参加者
10月 08日, 2025 06:09
Ah such an easy solve, didn't spot that filter. Thank you! BTW, I also found another solution by adding a 'false' parameter on the crm_objects fu...続きを読む
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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

投稿する
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.