Snippets, workflow recipes, tactics, and deep-dives from 200+ real GHL builds. No course. No paywall. Just what works.
Ready-to-use GHL code blocks. Liquid logic, custom JS, CSS overrides.
Conditional greeting by time of day
{% assign hour = 'now' | date: '%H' | plus: 0 %}
{% if hour < 12 %}Good morning{% elsif hour < 17 %}
Good afternoon{% else %}Good evening{% endif %},
{{ contact.first_name }}!Auto-advance survey on radio select
document.querySelectorAll('input[type="radio"]')
.forEach(r => r.addEventListener('change', () => {
setTimeout(() => document.querySelector(
'.hl-next-btn')?.click(), 300);
}));Hide GHL form field by ID
[data-field-name="your_field_name"] {
display: none !important;
}
/* Swap display:block to show again */Show content only if tag exists
{% if contact.tags contains 'vip-client' %}
<p>Welcome back, VIP! Your exclusive
content is below.</p>
{% endif %}Pre-built GHL automation flows. Download the JSON and import directly.
Speed-to-Lead Auto-Response
5 workflow stepsResponds to new leads within seconds. Wait 10s, send SMS, send email, update pipeline, and notify team.
Missed Call Text Back
4 workflow stepsCaptures attention before they contact a competitor. Sends an immediate text when a call goes unanswered.
Appointment Reminder Sequence
5 workflow stepsAutomated reminders reduce no-shows by 25-40%. Multi-touchpoint sequence to maximize attendance.
New Client Onboarding
5 workflow stepsStructured onboarding improves client retention and reduces early cancellations. Delivers value over 14 days.
Review Request Sequence
4 workflow stepsTiming matters for reviews. Asking immediately after a positive experience gets the best results.
Lead Nurture Drip Sequence
7 workflow stepsKeeps you top of mind until they are ready to buy. 45-day sequence of value, social proof, and offers.
Re-Engagement Campaign
5 workflow stepsReactivate cold leads. Run monthly on leads with no activity in 90+ days.
Abandoned Form Recovery
3 workflow stepsRecover lost leads who started filling out a form but didn't finish.
One GHL tip.
Every week. Free.
No course pitch. No upsell. Just the one thing worth shipping that week, straight to your inbox.