How to Use HubSpot: 2026 Beginner’s Tutorial & Step-by-Step Guide

Category: Articles

HubSpot CRM is a cloud-based platform that helps businesses track leads, automate marketing, and provide excellent customer service. Designed for ease of use, it is ideal for businesses with no prior CRM experience. This 2026 guide provides a quick tutorial on how HubSpot works and its core features. How to Use HubSpot: 5-Step Quick Start… Read more »

Continue Reading

Set Variable Values in a Loop and Use Elsewhere HubL HubSpot

Category: Code Snippets

When customizing a custom HubSpot quote template you may want to know what line items are present in the quote. You can then create conditional logic with a set of known values. The only problem is when you set a variable inside a loop it is not able to be referenced outside of the loop… Read more »

Continue Reading

How To Create a New CSS Stylesheet for HubSpot

Category: Articles

For those utilizing HubSpot’s content management system (CMS), the ability to create new CSS stylesheets grants users immense flexibility in customizing the look and feel of their website. Whether it’s making minor tweaks to existing styles or implementing a complete overhaul of the site’s design, having control over CSS stylesheets is essential for achieving the… Read more »

Continue Reading

How to Add Terms & Conditions to a Sales Quote in HubSpot?

Category: Articles

The purchase terms field in HubSpot’s Quotes tool serves as a critical feature for defining the terms and conditions of a sale, helping businesses set clear expectations with clients directly within the quote. This article explores the purpose of this field, showing how it enhances transparency and trust by outlining payment terms, delivery schedules, and… Read more »

Continue Reading

HubSpot Related Posts Based on Tag Module [Code Snippet]

Category: Code Snippets

The code snippet below lists related posts based on the current post tags used. The HubSpot developer docs has a code example using a Javascript formatter but I was unable to get this to resize the featured image. So I created the code below to use a HubL macro instead. HubSpot Module HTML + HubL… Read more »

Continue Reading

New Page Templates and Modules added to the Industrial Pro HubSpot Theme

Category: Newsletter

I’ve recently added new features to my Industrial Pro theme for HubSpot. The overall goal of the updates was to make it better support manufacturing services and make it easier to build common pages most industrial companies have. Theme Feature Updates Include: New Page Templates Home 2The homepage template is great for metal fabricators and machine… Read more »

Continue Reading

How to Load Script on One Domain and Exclude Previews in HubSpot [HubL Snippet]

Category: Code Snippets

The HubL code below will help you scope heatmap or anlytics tracking on one domain and exclude any previews. {% if request.domain == ‘www.yourdomain.com’ and request.query is not string_containing ‘hs_preview’ %} {% endif %}

Continue Reading

How to Add, Move, Edit, and Delete HubSpot Modules

Category: Newsletter

In this HubSpot tutorial video, I’ll show you how to add, move, edit, and delete modules in HubSpot CMS. If you’re looking to manage your content and templates more effectively, then this video is for you! This video will provide you with step-by-step instructions on how to add, move, edit, and delete modules in HubSpot… Read more »

Continue Reading

Custom HubSpot Development Tutorial: How to Create a Custom Module [video]

Category: Newsletter

In this custom HubSpot development tutorial, I will demonstrate how to create a custom module in HubSpot using HTML and HubL code. I will be building a product attributes list inspired by one found on Amazon product listings. A good way to think of how HubSpot custom modules work is by comparing it to a… Read more »

Continue Reading

What are HubSpot Modules Used For?

Category: Newsletter

Are you new to building pages on HubSpot or want to learn more about it? One very important thing to understand is modules and the different ways to use them. In this video, I will explain what HubSpot modules are and how they are used inside the HubSpot website builder. HubSpot modules are reusable components… Read more »

Continue Reading