I have an if statement checking if a certain tag is found within an array. The if statement works perfectly for the English side of our website but when working with French it seems to have an issue. I realised it was only missfiring for the tags t read more
I am trying to make a workflow to convert the text property with unixtimestamp into a date & time picker property so I can use this data to delay some emails. Also, in the next action, I need to again conver the unixtimestamp text property i read more
Hello, Does anyone know how to add vertical divider lines between rich text modules on a landing page? I'm only seeing an option for horizontal dividers in the Design Manager. What I'm trying to replicate: How the modules are curren read more
Hello everyone. I'm new to Hubspot. We are implementing CourseKey and have a need for a workaround. We want to make an an API call every few minutes to CourseKey to see if a student has completed a course. If they have, that respective course g read more
now situation , deleted domain i deleted the place old domain I had a problem to add back delected domain in hubspot account . because first I made creativebyhtetlwin.com huspot account step by step. My account creativebyhtetlwin.com Step read more
Hey, @HAung6 👋 If you deleted the domain from the account settings and then deleted the account, you may need to wait for the system to purge ...read more
Hi everyone! Can anyone help me with the “Custom Code” in HubSpot? We are connecting HubSpot to our event platform using the workflow and custom code. I got the code from an external source and it has always worked fine. But now HubSpot says that th read more
Hi @AHusken
If you want to use Python 3.9. Then you will have to update your code. Currently your code is in javascript so if you select Py...read more
I'm creating a workflow with a custom formula data format step. I'm using the formula right(cut(cut(cut(cut(cut(trim([enrolled_ object.phone ]), "(") ")"), "*"), "#"), "+"), 12). But I'm getting this issue: There was a problem wit read more
Would there be a way to edit the blog listing page source code to add a conditional to see if the URL is a "tag" or a "author" and remove the featured images from those listing pages? "<div class="post-item"> {% if not simple_list_page %} read more
Based on the code you shared, to hide the featured image in tag or author listing, you can wrap the conditional featured image code:
{% if con...read more
It's possible create a custom module where I can add controls to filter post by for example:
- Most shared post.
- Most viewed Post.
- Etc.
Which options are available?
Note: I read this source https://developers.hubspot.es/do read more
Hi @CristianSabogal , * Here's how you can set up custom fields in the HubSpot Module Editor and use them in HubL to filter and display blog posts:...read more
Hey @Ahmadraza0 webhooks are a part of HubSpot workflows . So when they fire is designed as a part of the workflow based on the criteria you've se...read more
Hello HubSpot Developers, I am currently working on customizing a blog listing page on our HubSpot CMS and need some assistance with integrating a HubDB table to dynamically manage the blog content displayed within different tabs (e.g., E-commerce, read more
Hi, I'm trying to set up hubspot cli so I can develop locally, but I can't seem to get the command `hs fetch` to work. When running the command `hs fetch "/test.module"`, it returns the following error: [ERROR] Failed fetch of folder "C:/Pr read more