CMS Development

Filter by
  • All labels
  • Announcement
  • CSS
  • Custom Modules
  • Design Manager
  • Documentation
  • Drag and DropTemplate
  • Email
  • Enterprise
  • Forms
  • FREE
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • Local Development
  • Marketplace
  • Professional
  • Starter
  • Wordpress
Sort by
Most Recent
  • Most Recent
  • Most Upvoted
State
All
  • All
  • Solved
  • Unsolved
  • No Replies Yet
JVermunt on December 06, 2024
A software company has developed an application which we can embed on our website. It uses a message event to push information to the parent window. I added a screenshot which shows the code in action. You can see how the message gets logged in read more
0 upvote
0 Reply
albertsg on December 06, 2024
Hi Community! 👋 I’m reaching out because both a customer and I are experiencing an odd issue with a Saved Section, and I’m wondering if anyone else has encountered this, if it’s a HubSpot issue, or if there’s something wrong with the module read more
0 upvote
2 Replies
Guide | Partner
December 07, 2024 07:50
I have experienced some weirdness with saved sections before, and unfortunately, I was unable to pinpoint the root cause. Have you tried adding anoth...read more
QC7 on December 02, 2024
StepperInput: https://developers.hubspot.com/beta-docs/reference/ui-components/standard-components/step-indicator Modal: https://developers.hubspot.com/beta-docs/reference/ui-components/standard-components/modal
0 upvote
1 Reply
Community Manager
December 03, 2024 16:15
Hey, @QC7 👋 Can you tell us more about your intended use case? Can you share an example of what you've already tried? These details are useful f...read more
Solved
ADuka on November 27, 2024
I created a module containing buttons with a title. As I needed to have multiple buttons on my webpage, I placed the button in a repeater. How can I have a different background colour for each button in the repeater? (How can I make my styles editab read more
0 upvote
1 Reply
Accepted solution
Guide | Partner
November 27, 2024 17:33
@ADuka - looks to me that you have done 99% of the work here for your goal 🙂 One way to get to 100% is adding css background module properties...read more
Woodsy on November 27, 2024
Hi I am creating a resource listing with filters. I am calling from a HubDb and am having trouble with a for loop with displying topics for each listing. If the item is tagged with one topic it shows in the filter dropdown. If another item has the read more
Top Contributor
November 28, 2024 05:20
Hi Ernesto @ GiantFocal Thank you for your reply. The code has seperated out the topics in the dropdown. When I check one of the options in...read more
Solved
Woodsy on November 26, 2024
Hi I am trying to call Hubspot database items into a custom module using a HubDb row field. I can call text and images that are stored in the database but not multi select items. The field looks like this: Titles can be called using: {{ read more
0 upvote
3 Replies
Accepted solution
Top Contributor | Partner
November 26, 2024 22:00
Hi @Woodsy , Multi-select field return arrays; you can use a for loop to display the values. You can replace your {{ item.resource.columns....read more
Solved
KWallace7 on November 25, 2024
Hi! I have a question regarding a custom module that is diplaying Blogs. I am grabbing all of the most recent Blog posts like this: {% set rec_posts = blog_recent_posts ( module . blog , 40) %} This is all working great read more
0 upvote
2 Replies
Accepted solution
Top Contributor | Partner
November 26, 2024 02:24
Hi @KWallace7 , You can replace the post's published date with the updated date instead. Please see the sample code provided below for reference...read more
miteshpatel on November 25, 2024
How can we print values of repeater field (hubdb row) in the blog listing page? {% set authors = widget_data.authors.select_authors %} {% for item in authors %} {{ item.columns.hs_id }}, {{ item.columns.hs_path }} {% endfor %} read more
0 upvote
4 Replies
Participant | Elite Partner
November 26, 2024 22:47
Hi @Anton Sorry but it seems this is not the answer or solution. I have asked how can we access custom module field values on the blog listti...read more
Solved
MUlHuq on November 25, 2024
I created a hero section with a video as a background. I used uploaded video on hubspot. This is how the code looks like: <div class="hero-video-wrapper" id="hero-video-wrapper"> {% if module.hero_video.player_id %} {% set max_width = module. read more
Accepted solution
Key Advisor | Platinum Partner
November 26, 2024 09:03
Hi @MUlHuq , I would recommend switching from the "Video" field to a "File" field with a video selection. The "Video" field is more useful whe...read more
Solved
TMisuna on November 24, 2024
{% module "module_17324997345475" path="/MY THEME child/modules/my-module", label="sec-my-module" %} It seems to work properly when used in a template file. However, when the above code is inserted within a module, the following error read more
0 upvote
3 Replies
Accepted solution
Top Contributor | Partner
November 25, 2024 02:56
@TMisuna , HubSpot does not currently support nested modules. Could you please explain your use case? Perhaps repeater field can be the solutio...read more
Solved
Woodsy on November 20, 2024
Hi, I have added a cta to a custom module but it is showing as numbers. Please could you advise on why this is happening? Thanks Here is the code for the cta: {% if card.cta %} <div style="display: flex"> read more
0 upvote
1 Reply
Accepted solution
Key Advisor | Platinum Partner
November 20, 2024 19:19
Hi @Woodsy , That is happening because {{ module.cta }} is only returning the ID of that CTA. If you would like to use the full CTA, the...read more
DrAS on November 20, 2024
I am facing two specific problems with the code provided below. The data is being pulled directly from the CRM itself, as values of properties of product object entries. Product object entries are being used to define real estate properties, projec read more
0 upvote
3 Replies
Contributor
December 02, 2024 01:43
Hi @DanielPicklo any advice on this one?
cancel
Showing results for 
Search instead for 
Did you mean: 

Looking to start a conversation or ask a question?

Create a post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.