Book a CallRun AI Audit →
    FREE RESOURCES

    Snippets, workflow recipes, tactics, and deep-dives from 200+ real GHL builds. No course. No paywall. Just what works.

    SNIPPET LIBRARY

    Ready-to-use GHL code blocks. Liquid logic, custom JS, CSS overrides.

    Liquid

    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 }}!
    JavaScript

    Auto-advance survey on radio select

    document.querySelectorAll('input[type="radio"]')
      .forEach(r => r.addEventListener('change', () => {
        setTimeout(() => document.querySelector(
          '.hl-next-btn')?.click(), 300);
      }));
    CSS

    Hide GHL form field by ID

    [data-field-name="your_field_name"] {
      display: none !important;
    }
    /* Swap display:block to show again */
    Liquid

    Show content only if tag exists

    {% if contact.tags contains 'vip-client' %}
      <p>Welcome back, VIP! Your exclusive
      content is below.</p>
    {% endif %}
    WORKFLOW RECIPES

    Pre-built GHL automation flows. Download the JSON and import directly.

    Form Submission

    Speed-to-Lead Auto-Response

    5 workflow steps

    Responds to new leads within seconds. Wait 10s, send SMS, send email, update pipeline, and notify team.

    Lead GenSpeed to Lead
    View Recipe
    Missed Call

    Missed Call Text Back

    4 workflow steps

    Captures attention before they contact a competitor. Sends an immediate text when a call goes unanswered.

    CallsRecovery
    View Recipe
    Appointment Scheduled

    Appointment Reminder Sequence

    5 workflow steps

    Automated reminders reduce no-shows by 25-40%. Multi-touchpoint sequence to maximize attendance.

    CalendarsReminders
    View Recipe
    Pipeline Stage: Won

    New Client Onboarding

    5 workflow steps

    Structured onboarding improves client retention and reduces early cancellations. Delivers value over 14 days.

    OnboardingRetention
    View Recipe
    Pipeline Stage: Service Complete

    Review Request Sequence

    4 workflow steps

    Timing matters for reviews. Asking immediately after a positive experience gets the best results.

    ReputationReviews
    View Recipe
    Pipeline Stage: Interested

    Lead Nurture Drip Sequence

    7 workflow steps

    Keeps you top of mind until they are ready to buy. 45-day sequence of value, social proof, and offers.

    NurtureSales
    View Recipe
    Manual or Scheduled

    Re-Engagement Campaign

    5 workflow steps

    Reactivate cold leads. Run monthly on leads with no activity in 90+ days.

    Re-engagementSales
    View Recipe
    Partial Form Submission

    Abandoned Form Recovery

    3 workflow steps

    Recover lost leads who started filling out a form but didn't finish.

    RecoveryForms
    View Recipe
    WEEKLY DROPS

    One GHL tip.
    Every week. Free.

    No course pitch. No upsell. Just the one thing worth shipping that week, straight to your inbox.

    100% free| Unsubscribe anytime