Framer – How to Track Tally.so Form Submissions
Skip the complex tracking stacks—Humblytics records Tally.so form completions in Webflow automatically, no extra JavaScript required.
Why Track Form Submissions?
Measure lead conversion from landing pages and pop‑ups
Compare form variations in A/B tests
Attribute success to specific traffic sources or campaigns
Trigger funnel goals inside your Humblytics dashboard
Because Humblytics is 100 % cookie‑free, you remain privacy‑compliant without consent banners.
Prerequisites
A live Tally form URL (e.g.,
https://tally.so/r/wo1EaP
)The Humblytics global script installed in Webflow → Project Settings → Custom Code → Head
Already tracking page views? Then you’re set—Humblytics will detect Tally submissions automatically once the embed is on the page.
Step‑by‑Step Setup in Webflow
Open Your Page in the Designer Navigate to the page where your form should appear.
Drag in an “Embed” Component From the Add panel (
A
), drag Embed into the layout at the desired location.Paste the Tally Embed Snippet
No extra tracking code needed—the Humblytics script in your
<head>
listens for the submission event automatically.Publish Your Site Click Publish and select the target domain(s). That’s it—Humblytics starts logging submissions instantly.
Viewing Submissions in Humblytics
Log into your Humblytics dashboard.
Go to Forms in the left nav.
Look for a new event, typically labelled with your Tally form title.
Slice by source, device, or date range to analyse performance, or set it as a goal in funnel reports.
Troubleshooting
No events showing
Confirm the global Humblytics script is present in Project Settings → Custom Code → Head and published.
Form not visible
Ensure the Tally embed URL is correct and the page is republished after edits.
I need to fire a custom event
Use window.Humblytics.track("tally-submit", {/* properties */})
inside an Embed if you want extra context, but it’s optional.
Quick Recap
Embed Tally → Designer → Embed component → paste snippet.
Publish → Humblytics auto‑captures submissions.
Analyze → Forms tab → segment, compare, optimise.
Enjoy code‑free, cookie‑free form analytics—powered by Humblytics
Last updated
Was this helpful?