Hi, I'm trying to add media queries for our H1 to adjust the font size based on display; however, I can't get it to work when utilizing the Heading module. It only works when I add the H1 using the Rich Text module. Is there any downside going t read more
Hi community, I am trying to create my search results page, but when I click on new file, I do not have the option for drag and drop as indicated in this guide. https://knowledge.hubspot.com/design-manager/set-up-a-results-page-to-use-a-search read more
I have some code that should display a widget form. When I try to embed it or create a module to test this form displaying, it doesn't show anything when previewing the Hubspot CMS page I've added the code to. I'm wondering if I have to do somethin read more
Hey @Chappers if you're just trying to add some custom code onto your site you could just use the " source code " button within a rich text module....read more
Hello all, I was curious if there was a way to add an error message to a form that displays if the info the user submitted does not meet certain criteria. I currently have all of our forms set to reject emails from free email providers (e.g. gma read more
Hey, @fordburgess 👋 Thanks for your question. I don't think you are missing an in-app option when using a HubSpot form. It's likely possible you...read more
Hi everyone, Is it possible to sort modules by folder in the content builder? For example, in Design Manager I'll create an folder within the "modules" in my theme called "New Update 2022" and add a bunch of modules inside of it. So if I now open t read more
No, there isn't a way for us to dictate how modules are sorted on the front end. The best you could do is add something to the label of those modules...read more
I want to add transparent videos to my page but if I upload a working video to hubpsot it converts the file from the correct h265 encoding to the incorrect h264 encoding. I've tried with the many formats but here is an example: https://codepen.io/ read more
For now as my video didn't need any sound, I've converted it to a transparent animated webp though it requires using ffmpeg in terminal to do it. (I...read more
I've got an odd issue that seems to me to be a system bug. I'm writing a custom module, with a few fields for styling. Those fields output their user-selected values in the module.html file, like so: <aside class="callout-wrapper">
<! read more
Try changing your if statement to check if the color value exists on the background color field. Just checking the field as a whole is going to alway...read more
Hello community, I am trying to remove row after confirmation message or alert message from hubspot api in serverless function using HubSpot CMS. Thanks
Hello community, I am trying to remove row after confirmation message or alert message from hubspot api in serverless function using HubSpot CMS. ...read more
Hello Everyone, I need help in fixing the below issue: 1. I have created a secondary domain for blog in sandbox environment and then i have installed custom theme there in the secondary domain which i was using the same inside my primary domain read more
@Shahnu97 if you have CMS Hub Enterprise and you have both of the domains connected, then you would need to change the default domain for the blog ...read more
The way I create module fields is by using the Design Tools UI on the web, instead of manually writing the fields.json file. Then I download the module with hs fetch and keep working on it locally. If you think there is a better way, please let read more
I was trying to create anchor points and links to those anchor points within an Accordion Module, but it's not working. What's confusing is that I have ability to create the Anchor Point within the Accordion Module, but just not enact it within the read more
Just wanted to add to @Anton 's great tutorial that you can now also use scroll-margin-top or scroll-padding-top in CSS, instead of JavaScript...read more