We have a knowledge base that features multiple articles with code blocks in them. However, these code blocks are displayed as texts in gray boxes and nothing else. Can we render them so that our customers can easily copy and paste them into the read more
Hi all, I have some forms that we are using to get feedback from a show next week. The forms are hosted in Hubspot, and they are embedded in Hubspot landing pages. When viewed on mobile, old and new, the checkboxes do not function correctly. read more
Hello, We have purchased the Transactional Emails and are currently working with our IT department to set them up. However, our IT team has some questions about the logic behind the MX record requirement. Specifically, they are unsure about the read more
Hi @Camille11 ,
According to this HubSpot knowledgebase article for connecting dedicated IPs , the MX record " processes bounces, spam report...read more
Hello community! I need a portion of a fresh air on investigating the problem we faced with. We have a project based on the Wordpress and it has integration through the HubSpot All-In-One Marketing plugin. Since this time we are getting a l read more
Hi, @skillcrushdev 👋 Welcome to our community! Thanks for the great question and for including your context and screenshots. That is always appr...read more
Hi everyone, I’m working on a HubSpot blog and trying to display the publish date instead of the updated date on the blog listing page. While I was able to update individual blog posts successfully, I’m still encountering issues on the listing read more
Hi everyone, I just wanted to update you and let you know that I solved the date display problem! I simply tried removing the blog list blocker fr...read more
As developers, we aim to ensure the safety and integrity of live environments while working on updates or new features. Could you provide clarification on the following points regarding development and deployment within HubSpot? Can we work in a read more
Hi, Im using the below custom code for a workflow. The API token has been changed to now show it, but is correctly inserted. The script runs successfully, but the data outputs show as not defined in code. What am I doing wrong? # read more
Hi @ASund-Nielsen
You have to define output fields in the code and make sure to use the same name defined eg instead of directly returning t...read more
I’m trying to find a way to copy this Total Enrollments number into a field in a custom object. For example, if the sequence name is the same as the business campaign name (which is a custom object), I want to copy the Total Enrollments number into read more
Unfortunately, I don't think this is a good idea, as it requires me to manually create workflows and lists. I would prefer to automatically receive t...read more
Hi all. Our security team is found that knowledge base is using old version of jquery we tried to update it with https://developers.hubspot.com/beta-docs/guides/cms/improve-older-sites/upgrade-jquery but its not helping, could you please tell read more
Hello Team, I have to prefetch the details list Listname and email campaign name to fetch the reports, So is there any tags so we can automatically prefetch these 2 details because I am using the tracking link into the emails, and from that I am f read more
Hey, @KunalShrivastav 👋 Thanks for your question. To clarify, are you saying this information is not included in your email analytics? Additiona...read more
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
Hi @kaanaro
let's say you have variable x where you are storing the date property. var parsedDate= Date.parse(x); var substractedDate = par...read more