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
Solved
DPrynne on August 24, 2023
Hi All, We have a resource table (Hub DB table) displaying case studies on this page: https://www.metiscomm.com/work Trying to figure out the best approach for making the card containing each of the case studies smaller on desktop. A metho read more
0 upvote
2 Replies
Accepted Solution
Key Advisor | Gold Partner
August 24, 2023 17:59
Hi @DPrynne You can add some CSS to wrangle the cards so that 4 appear on a line: <style> @media screen and (min-width: 1025px) { ...read more
ABlack5 on August 22, 2023
Hi, I am looking for some help with filtering. I have 1 filter working working but I would like to add another filter which will populate the dropdown from a text field in hubdb. Can anyone help? Here is my code for my working 'select' field filter. read more
0 upvote
1 Reply
Community Manager
August 24, 2023 18:01
Hey, @ABlack5 👋 Do you have an example of your code for the second option? Or what you've created so far? Occasionally, that can give the commun...read more
marenhogan on August 17, 2023
Hello! I was having trouble finding an answer to this. I have a HubDB table with a few columns. One of these columns is a multiselect and another is a select column. I am looping through on the front-end to show the options in the multis read more
0 upvote
2 Replies
Contributor | Partner
August 22, 2023 07:01
Hey @marenhogan One way would be instead of accessing the options of the columns directly, to filter out all used values in the rows of the hubdb:...read more
Solved
ben-duchy on August 02, 2023
Does anyone know what the future holds for custom objects vs HubDB? As both of these are essentially databases, is there a chance that they will ever merge? How does everyone else manage their website data? Currently my sales team update Dea read more
0 upvote
3 Replies
Accepted Solution
Recognized Expert | Diamond Partner
August 03, 2023 02:44
Hi @ben-duchy , Definitely post this on the ideas forum, because it is a great idea! However, we can use custom objects pretty similar ...read more
Tamzid_Sakib on August 02, 2023
Hello, I am new to Hubspot web development and I currently am trying to build a small project for a client where users will insert their query in a search bar and it will use autocomplete to show available entries in the HubDB table. And when user s read more
Member
August 03, 2023 10:59
Hi @Jaycee_Lewis , I haven't gotany solution yet. I have tried many workarounds however, the issue remains when I am trying to make the form action=...read more
Solved
MEmpeño on August 01, 2023
Hi, I encountered an error while working with dynamic pages on HubSpot. The error message is as follows: "Error rendering module tag: class com.hubspot.jinjava.interpret.LazyReference cannot be cast to class java.util.Map (com.hubspot.jinjava. read more
Accepted Solution
Community Manager
August 03, 2023 08:57
Hi, @MEmpeño 👋 Thanks for your question! Were you able to make any progress with this issue? If not, a first step to troubleshoot this is...read more
PrasadKD on July 25, 2023
Hi I am creating a dynamic page with different category buttons such as (eg: cars, bikes, planes etcc.,,) My module should initially print all hubdb table vehicle rows but when user click cars, it has to filter out only cars category from them and read more
Member | Platinum Partner
July 26, 2023 11:26
Hi @PrasadKD , I tested this code and there seems to be some syntax errors. After cleaning these up though I was able to get it to work, although...read more
BBecker1 on July 25, 2023
Hello, I am struggeling with building a custom search bar for my vacancies. I currently have a repeater field where I make <select> with the options out of the hubDB. here I type manually in the column I like to filter. This works great but read more
2 upvotes
0 Reply
BBecker1 on July 24, 2023
Hello, I am stuck! I need a filter for my projects but I get them from my hubdb but made a repeater field to filter with a selectbox but now I want to add a filter on text. so If I type in a part of the job_position it should give me back the ones read more
0 upvote
1 Reply
Community Manager
July 25, 2023 16:30
Hi, @BBecker1 👋 Thanks for your question. I have a few questions to help the community: what is the error you are receiving? Are you getting...read more
Solved
OBojahr on July 20, 2023
We use the following: {% set hubDbPageId = 2617347 %} {% set rwItem = hubdb_table_rows(hubDbPageId, 'hs_path='~countryFilter)|first %} If I fetch that code from production and want to upload it to my test sandbox. I receive an error the read more
0 upvote
1 Reply
Accepted Solution
Recognized Expert | Diamond Partner
July 20, 2023 13:16
Hi @OBojahr , is it a (custom) module you're using or is this implemented in some sort of template directly? If custom module you could add...read more
FMontenegro on July 19, 2023
Hello, Basically the issue was brought up here https://community.hubspot.com/t5/CMS-Development/HubDb-Video/td-p/361200 Since this is a post from 2020, I wonder if a solution exists for this case? My issue is I need to use HubSp read more
0 upvote
1 Reply
Participant | Elite Partner
July 19, 2023 08:42
I have also tried to save the rendered output of {% video_player [...] %} within an array, so that I could work with it within the context of JavaScr...read more
Raghavendra on July 18, 2023
hi, i want to select same value two times in hubdb multi select option due to some condition, but i am unable to select the multi value . is there any other way.
0 upvote
1 Reply
Thought Leader | Elite Partner
July 18, 2023 07:13
Hello @Raghavendra You cannot select the same value twice in a HubDB multi-select option. This is because HubDB multi-select options are desig...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.