# GoHighLevel

### **How to Track GoHighLevel (GHL) Form Submissions with Humblytics**

Tracking GHL form submissions with Humblytics is automatic and requires no custom setup. Once the Humblytics tracking script is installed on your site, we’ll automatically detect and log form submissions - no extra tags, data layers, or cookies required.

***

#### ✅ Why Track GHL Form Submissions?

* **Attribute conversions** to campaigns, traffic sources, or A/B tests
* **Visualize drop-off** in funnels between landing pages and form completions
* **Optimize with heatmaps** to see how far users scroll or where they click
* **Stay compliant** with a fully cookie-free, GDPR-friendly solution

***

#### ⚙️ Setup Steps

1. **Install the Humblytics Tracking Script**\
   Add this to the `<head>` of your GoHighLevel funnel or website:

   ```html

   <!-- Start Humblytics Tracking Code -->
   <script async src="https://app.humblytics.com/hmbl.min.js?id=YOURSITEID"></script>
   <!-- End Humblytics Tracking Code -->

   ```
2. **Publish the Page**\
   Once your site is live, Humblytics will begin tracking automatically.
3. **Verify Tracking**\
   Visit the page with the form, submit a test entry, and confirm it appears in your dashboard under:
   * **Events** > `formSubmission`
   * **Funnels** (if mapped)
   * **Split Tests** (if part of an experiment)

***

#### 🔍 How It Works

Humblytics auto-detects native GoHighLevel forms rendered in the DOM and listens for submission events. No manual tagging or API hooks needed.

Behind the scenes:

* Event: `formSubmission`
* Metadata captured: Page URL, timestamp, referrer, device info
* All tracking is **anonymized and cookieless**

***

#### 🧪 Pro Tip: Run A/B Tests on GHL Forms

Want to test a form headline, layout, or CTA?\
Use Humblytics split testing to:

* Automatically assign traffic to Variant A or B
* Track submission uplift by variant
* Get real-time results without code


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.humblytics.com/how-to-track-custom-form-submissions/gohighlevel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
