{% 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
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 !
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
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
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
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
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
When I get to the screen that says I don't have sufficient permission to edit/access XYZ, it'd be very handy if it listed what permission what required in that specific case. It'd speed up asking the admin for those permissions/ save me having to g read more
This seems to be the case with every webp file I've tried on my clients portal. Can anyone else confirm this?
{{resize_image_url("file.jpg", 0, 0, 300)}}
works
{{resize_image_url("file.webp", 0, 0, 300)}}
read more
Clients so often forget to hit publish after updating a HubDB table, freak out, pull their hair out, say it's not working, etc. etc.
A simple notice indicating a table has unpublished updates would be great. Somewhere on the table editing page read more
I'm writing blogs about hubl code. Every time I want to put some snippet, etc. in I need to manually wrap it in {% raw %} {% endraw %}. It would be great if styling text as <pre> automatically did this
I can fetch all templates ok, including dnd templates. But when I try to upload them to my development portal I get the error " User does not have permission to create the resource with id XXXXXXXXXX."
Can't quite figure out the logic I need here I want to print only one tag on the blog list items. If the first tag is "featured" I want it to print the second instead. Here's my code at the moment: {% for tag in content.tag_list %}
{% read more
I figured out a solution, I created an array of the tag slugs excluding the slug "featured", then I called the first value form the array. {% ...read more