Webflow – How to Track Tally.so Form Submissions
Humblytics lets you capture Tally.so form completions—embedded right inside Framer—without extra analytics software or cookie banners. Follow this quick guide to wire up conversion tracking in under five minutes.
Why Track Form Submissions?
Tracking completions helps you:
Measure lead conversion from landing pages
Compare form layouts or CTAs in A/B tests
Attribute wins to traffic sources, campaigns, or experiments
Trigger funnel goals automatically in Humblytics dashboards
Prerequisites
A Tally form embedded in a Framer project
The Humblytics global script already installed on the page (once per site)
Heads‑up: Humblytics is cookie‑free, so you stay privacy‑compliant without consent dialogs.
Step‑by‑Step Setup
Add the Tally Embed Paste the following block where you want the form to appear in Framer (Embed component → Code view):
Relay the Submission Event to Humblytics Directly after the embed, add the Humblytics hook:
What it does: Tally fires a
postMessage
when the form is submitted. The listener forwards that data to the parent window, where the Humblytics script automatically logs it as aformSubmission
event.Publish Your Framer Site Framer will ship the updated embed and the global Humblytics script in one deploy—no extra steps.
Viewing Submissions in Humblytics
Log in to your Humblytics dashboard.
Go to Forms in the left navbar.
Look for the new entry—e.g., "tally-contact-form"—under Tracked Form Events.
Apply filters (source, device, date range) to analyse performance or slice results for an A/B test.
Troubleshooting Tips
No events showing
Confirm both scripts appear after the Tally <iframe>
in the published HTML.
Duplicate events
Make sure the listener is not inserted multiple times across nested components.
Form height cutoff
Set dynamicHeight=1
(already in the embed) so Tally resizes automatically.
Humblytics is 100 % cookie‑free and server‑side, so you skip messy consent banners while keeping data accurate from day one.
Happy tracking! 🚀
Last updated
Was this helpful?