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
  • No Replies Yet
Raghavendra on March 20, 2023
in the below code in the place of Athletics i need to add selection field or choice field, but it is showing syntax error <div class="sporteng-acs-outer"> <div class="pagecenter"> <div class="sporteng-acs-inner"> <div cla read more
0 upvote
0 Reply
Raghavendra on March 20, 2023
{% set case_data = hubdb_table_rows(module.hubdbtable_field, 'sport_filter=Athletics&limit=3') %} in the place of Athletics i need to add custom choice but it is showing syntex error
0 upvote
0 Reply
GKostadinova on March 18, 2023
Hi, I am trying to set up a workflow with custom code to automatically deduplicate and merge contacts. See my code below. However, for some reason I am getting an error: " ERROR Unhandled Promise Rejection{"errorType":"Runtime.UnhandledPromiseReject read more
0 upvote
1 Reply
Recognized Expert | Elite Partner
March 20, 2023 01:10
Hello @GKostadinova The error you're seeing suggests that the contactResult.body object is undefined, which means that there is no properti...read more
DOchieng on March 18, 2023
Hey guys , Hubspot has an option of adding code snippets in the header html and footer html of blog posts . In which instances would you find this feature helpful ? Thank you !
0 upvote
1 Reply
Top Contributor
March 18, 2023 06:58
Adding scripts, styling, tracking codes, etc. In all instances it'd be something specific to that one page. As a developer I'd tend to view t...read more
DOchieng on March 17, 2023
I am looking at the hubspot cms boilerplate ,specifically the blog template and can't seem to understand the following : What is blog_author_url ? What is the difference between content.publish_date and content.publish_date_localized ? I'l read more
0 upvote
1 Reply
Top Contributor
March 17, 2023 12:03
blog_author_url is the url that shows the page for that specific author (i.e. all their posts) content.publish_date is in UTC time c...read more
Track on March 17, 2023
So after a long, troubleshooting day with trying to find out why the heck I can't edit or see a Blog Post body I've discovered the following: First off, we have the Blog Post template(/templates/blog-post.html). This contains both <h1>{{ read more
KiriChili on March 17, 2023
I want to get the intro_text field of a specific module on a specific page and render it in another custom module. But when i try it like this, i've seen it be done like this on multiple posts, it doesn't render anything. Intro_text is indeed the co read more
0 upvote
0 Reply
SWilson5 on March 17, 2023
Hi All, I'm implementing Job Schema for a client, and the final hurdle seems to be an issue with Rich Tets Results reporting a Syntax issue; The HTML all looks ok to me, anyone have any thoughts? - Parsing error: Missing ',' or '}' read more
0 upvote
2 Replies
Top Contributor
March 17, 2023 16:14
My guess would be that it's something in the html of the description that's messing you up. Try replacing {{dynamic_page_hubdb_...read more
vorellana814 on March 16, 2023
Hey fellow developers! Has anyone migrated a website from Webflow to Hubspot? If so, are there any tips and tricks you can give me? Thanks in advance!
0 upvote
1 Reply
Community Manager
March 17, 2023 15:25
Hey, @vorellana814 👋 Thank you very much for posting. I don't have any Webflow-specific resources on my end. But we have many CMS Hub experts in...read more
ALazzarone on March 16, 2023
Hi, I'm working with an image grid on my landing page and it is not centered correctly. I've tried messing with every setting I can find, but it still sits a little to the right (on both desktop and mobile). See the attached images for reference. Y read more
1 upvote
2 Replies
Participant
March 18, 2023 10:47
So I just found that if you check spacing, and you choose to edit separately, you can ad 40 px of spacing on the right margin and it seems to center ...read more
Solved
SWilson5 on March 16, 2023
Hi All, I have issue printing values from a HubDB multi-select column into Schema Rich results. I want to display just the value that has been selected in the admin area. In this example, its Employment Type, and there are currently 3 options t read more
0 upvote
3 Replies
Accepted Solution
Top Contributor
March 16, 2023 10:25
I haven't tested but I imagine {{dynamic_page_hubdb_row.job_type.name}} or {{dynamic_page_hubdb_row.job_type|attr("name")}} will re...read more
Solved
simonp on March 16, 2023
This is fairly straight forward question. I 've encounterd the folllowing several time I know {% %} is a statement delimiter what does the following mean {% - -%}
0 upvote
2 Replies
Accepted Solution
Recognized Expert | Elite Partner
March 16, 2023 03:45
Hello @simonp the syntax {%- -%} is also used to control whitespace in the rendered output of HubSpot's templating language, HubL. Similar...read more
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.