GHL External Tracking — Forms Test

suaidglobal.com
11
Forms
9
Static
2
Multi-Step
6
GHL Fields
01

Contact

Static · service, first_name, last_name, email, phone, organization, message + visitor info

02

Newsletter

Static · email + visitor info

03

Quote Wizard

Multi-Step (7 steps) · transport services, support/advisory, origin, destination, industry/cargo, details (frequency, handling, load, incoterms), contact + visitor info

04

Chat Widget

Multi-Step (5 steps) · first_name, email, phone, objective, contactMethod, message + visitor info

05

Freight Calculator

Static · origin, destination, mode, container, weight, cbm, cargoType, results + contact + visitor info

06

CBM Calculator

Static · dimensions, quantity, unitSystem, CBM/weight results + contact + visitor info

07

Transit Time Calculator

Static · origin, destination, route, transitTimes, sailingSchedule + contact + visitor info

08

LCL Rate Calculator

Static · origin, destination, cbm, weight, cargoType, rate results + contact + visitor info

09

LCL vs FCL Calculator

Static · origin, destination, cbm, weight, frequency, comparison results + contact + visitor info

10

Tariff Simulator

Static · originCountry, destCountry, cargo (HS code), cargoValue, notes + contact + visitor info

11

WhatsApp Lead

Static · first_name, phone + hidden email (GHL compliance) + visitor info

How to Use

  1. Serve this folder via HTTP: python3 -m http.server 4000
  2. Open http://localhost:4000 in your browser
  3. Click any form to open its test page
  4. Check the GHL Compatibility Checks panel — all should be green
  5. Fill out the form with test data and submit
  6. Check the Event Log for captured fields
  7. Open DevTools Console for GHL debug logs
  8. Verify in GHL CRM → Contacts that the contact was created

GHL External Tracking script active with data-debug="true" on all form pages. Submissions will create real contacts in the GHL CRM. No webhooks or API calls — pure client-side tracking. All forms include visitor enrichment (IP, geo, language, referrer, UTM params).