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
Levi_STA on March 18, 2024
Hi there, Our goal is to extract the HTML and HubL code from an existing page to use it as a foundational template. This template will enable us to dynamically generate pages, automating the inclusion of data from our HubDB tables into each new p read more
Top Contributor | Platinum Partner
March 18, 2024 13:28
Hi @Levi_STA You can extract HTML + HubL from a page, though you would need to do this by section (instead of entire page at once). Hu...read more
MBravo0 on March 16, 2024
Hi, not a developer per se in here 😬 The code im using was generated in chatgpt. I am trying to retrieve data colum values from a hubdb table and public api calls. This is my code, i am not using authentication because i have the public api read more
0 upvote
1 Reply
Top Contributor | Partner
March 18, 2024 10:00
@MBravo0 - I've undertaken a few projects using the public HubDB API like this, and all that you are doing looks consistent with my experience (esp...read more
Fayyaz on March 11, 2024
https://www.odinschool.com/varsity The above page is based on the multilevel dynamic concept. Where I am using two tables. In the first table, I have 19 courses and in the second table 115 Modules are there. In the first table I am adding 5 modu read more
0 upvote
1 Reply
Community Manager
March 12, 2024 14:21
Hi, @Fayyaz 👋 Thanks for your question. I'd like to invite some of our community members to the conversation — hey @alyssamwilie @Anton @jo...read more
TZaman0 on March 07, 2024
Hello, We had an agency create a product listing page using HubBD table. We want to use the Product library bc it gets updated via an API from a different database and can be connected to deals for tracking purposes. We can't use HubDB table in read more
1 upvote
3 Replies
Member
March 08, 2024 14:20
Good afternoon! I think the first place to start would be to see if the same API you are using to update your Products could also be leveraged to mo...read more
Moorthi_R on March 06, 2024
i want customise the Subscription types like attachement, Is it possible?
0 upvote
1 Reply
Most Valuable Member | Diamond Partner
March 06, 2024 20:01
Hi @Moorthi_R it is not currently possible to customize the email subscription templates to include images for your subscription types. The ...read more
ojobson on February 28, 2024
What is the best way to track the time on page of a specific contact watching a webinar? Our webinar platform (Vimeo) is embedded into a page that sits behind a landing page - so registered contacts have to add their email address to access the read more
0 upvote
1 Reply
Member
March 04, 2024 21:52
My suggestion would be to create a custom object for webinar views with properties for the webinar name, watch time, and watch progress. Then, you ca...read more
Solved
DM2 on February 27, 2024
Hi I'm currently successfully using the hubdb row field to return user selected rows (not all rows) from a single table: {% for item in module.hubdbrow_field %} {{ item.columns.title }}<br> {{ item.colu read more
0 upvote
3 Replies
Accepted Solution
Member
March 05, 2024 13:44
In order to use the HubDB row module selector field, you have to set the table in Design Manager. However, this can still be done in a slightly diffe...read more
Solved
GFW-MillerM on February 26, 2024
I am fairly new to Hubl. NOTE: If this module exists, please share links. It seems like a function that other people would want. We are making a native plant library, and need a module that filters based on selected columns for our HubDB. ( https: read more
0 upvote
10 Replies
Accepted Solution
Member
March 05, 2024 08:40
Here's what you'll need: HubL List of filter properties - this can be a plain text repeater in your module to make it more flexible List of table...read more
Williams1 on February 24, 2024
I get this error when i am trying to create a table using the HuDB API with my sandbox cms account personal-access-key Error : "The OAuth token used to make this call expired 19777 day(s) ago. hubspot cms" Please help
0 upvote
3 Replies
Most Valuable Member | Diamond Partner
February 26, 2024 07:49
You're welcome @Williams1 thank you for confirming the details, I'm sorry there isn't more I can do to help - I don't know what would trigger this ...read more
Solved
DM2 on February 19, 2024
Hi I'm trying to understand call and page limits for HUBDB. I've create a custom module that references a hubdb table and pulls data using the hubdb_row field. It has a repeater option on it, so i can select a multiple number of rows. A read more
0 upvote
3 Replies
Accepted Solution
Most Valuable Member | Diamond Partner
February 19, 2024 16:20
@DM2 happy to help clarify the limits: 10 calls to the hubdb_table_rows HubL function per CMS page . Does this mean I can only call 10...read more
cives on February 07, 2024
If I want to execute a code block differently depending on HubDB input, is this the right approach? I have a hubdb checkbox column called “external” {% for row in hubdb_table_rows('2620345', "&orderBy=date&visible=true") %} {% if read more
0 upvote
2 Replies
Top Contributor | Platinum Partner
February 13, 2024 11:33
@cives Alternatively, you can also use the following: {% for row in hubdb_table_rows('2620345', "&orderBy=date&visible=true") %...read more
FSena on February 02, 2024
Hey all, I have a dynamic page for faculty members on a client website. I'm looking for a way to change the page title (<title></title> on the html head section) to match the faculty member's name instead of the parent page. Let's a read more
0 upvote
4 Replies
Recognized Expert | Elite Partner
February 09, 2024 14:06
Dynamically created pages already use {{ page_meta.html_title }} to pull in a table column so it doesn't need to be changed. When a table is set to ...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.