CMS Development

Filtrar por
  • Todos os rótulos
  • Announcement
  • CSS
  • Custom Modules
  • Design Manager
  • Documentation
  • Drag and DropTemplate
  • Email
  • Enterprise
  • Forms
  • Free
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • Local Development
  • Marketplace
  • Professional
  • Starter
  • Wordpress
Ordenar por
Mais recente
  • Mais recente
  • Mais votados
Estado
Todos
  • Todos
  • Solucionado
  • Unsolved
  • Sem respostas ainda
JKuells on Junho 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 Leia mais
0 avaliações positivas
1 Respostas
Gerente da Comunidade
Junho 19, 2025 05:12
Hi @JKuells and welcome, it's a pleasure to have you here! 🤗 Great question, thanks for asking the HubSpot Community! To start with, here ar...Leia mais
RAnderson91 on Junho 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 Leia mais
0 avaliações positivas
1 Respostas
Autoridade no assunto | Parceiro
Junho 19, 2025 05:22
Hey @RAnderson91 , can you please provide some more context of what you're trying do achieve?
Solucionado
MNongrum2 on Junho 18, 2025
Please help me!!
0 avaliações positivas
8 Respostas
Solução Aceita
Autoridade no assunto | Parceiro
Junho 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" ...Leia mais
Solucionado
jerequis on Junho 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 Leia mais
1 avaliações positivas
3 Respostas
Solução Aceita
Autoridade no assunto | Parceiro
Junho 18, 2025 07:27
Hey @jerequis , short answer: it depends on your desired result Technically HS blogs have following "options": /blog (listing pa...Leia mais
Solucionado
raohenry on Junho 17, 2025
Hi HubSpot Community, We’ve recently expanded our sales and onboarding processes and now need to manage multiple pipelines in HubSpot CRM — one for new sales, another for renewals, and a third for client onboarding. I’ve set up the pipelines, bu Leia mais
0 avaliações positivas
2 Respostas
Solução Aceita
Autoridade no assunto | Parceiro Platinum
Junho 17, 2025 09:39
Hey @raohenry Honestly it depends on your business needs. I've worked with long term sales cycle b2b and very short sales cycle subscription based ...Leia mais
Solucionado
JumpingKangaroo on Junho 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 Leia mais
0 avaliações positivas
7 Respostas
Solução Aceita
Top colaborador(a)
Junho 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...Leia mais
Maffis on Junho 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 Leia mais
0 avaliações positivas
1 Respostas
Participante
Junho 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...Leia mais
Solucionado
Woodsy on Junho 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 Leia mais
0 avaliações positivas
1 Respostas
Solução Aceita
Top colaborador(a) | Parceiro Ouro
Junho 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...Leia mais
guilhermenetode on Junho 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 Leia mais
0 avaliações positivas
2 Respostas
Top colaborador(a) | Parceiro
Junho 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...Leia mais
Solucionado
dmac5 on Junho 13, 2025
I'm using one of the Hubspot base themes and I've created a menu item 'Services' with child pages: Repairs, Restoration. The menu is set to max-levels: 2, Enable flyouts, and Static - always show top-level pages. The menu preview shows the child i Leia mais
0 avaliações positivas
3 Respostas
Solução Aceita
Autoridade no assunto | Parceiro
Junho 13, 2025 05:34
Hi @dmac5 , there might be at least 4 things happening: something is unpublished. Check the global partial of the header/menu and click update...Leia mais
Solucionado
TSwisher008 on Junho 11, 2025
I have migrated a site from Wordpress to HS staging. I noticed that internal URLs in the body are hard coded with the domain. I removed them on the front end and they populate when saved. If I look in the source code it is relative not static like Leia mais
1 avaliações positivas
2 Respostas
Solução Aceita
Especialista reconhecido(a) | Parceiro Ouro
Junho 12, 2025 06:59
Hi @TSwisher008 Yes, the links will be updated. You do not need to update the relative links again. For your relative links which you have a...Leia mais
tricialeach on Junho 11, 2025
Hello, How can we pass in default values to RepeatedFieldGroups? I tried this example from the docs in CMS React, and the default values are not reflected in the page editor. Would it be possible to get an answer to this, and the docs update Leia mais
0 avaliações positivas
3 Respostas
Membro
Junho 16, 2025 20:54
Thanks for very for your response! I actually worked out that passing a default value almost got me there. The default values now show up in the pa...Leia mais
cancelar
Mostrando resultados para 
Pesquisar então 
Você quer dizer: 

Quer iniciar uma conversa ou fazer uma pergunta?

Crie uma postagem.
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.