Custom/Self-Hosted – How to Track Tally.so Form Submissions
Track Tally.so Form Submissions on Custom / Self‑Hosted Sites with Humblytics
Bring cookie‑free conversion analytics to any static or dynamic site—no extra JavaScript required beyond your existing Humblytics snippet.
Why Track Form Submissions?
Measure lead conversion from landing pages
Compare form layouts in split tests
Attribute revenue impact to traffic sources or campaigns
Trigger funnel goals inside Humblytics reports
Prerequisites
A live Tally form share URL (e.g.,
https://tally.so/r/wo1EaP
).The Humblytics global tracking script added once in your site’s
<head>
—for example in a shared layout,_document.tsx
, or a base template.
Already seeing page‑view data in Humblytics? Great—your script is installed and ready to log form events automatically.
Step‑by‑Step Setup
Open Your Page Template Edit the HTML / JSX / Blade / ERB file where you want the form to appear.
Paste the Tally Embed Snippet Insert the embed at the desired location:
No extra tracking code is needed—the Humblytics script already listening in the parent window captures the submission.
Deploy / Publish
Static site: Push to Git + redeploy (Netlify, Vercel, Cloudflare Pages, S3, etc.).
Server‑rendered app: Commit and redeploy via your CI/CD pipeline.
cPanel / FTP: Upload the updated file.
That’s all—Humblytics will start logging form completions instantly upon publish.
Viewing Submissions in Humblytics
Log into your Humblytics dashboard.
Click Forms in the left nav.
Find your form (usually matches the Tally form title).
Filter by source, device, or date to analyse performance or set the event as a goal in funnel analysis.
Troubleshooting
No events showing
Confirm the Humblytics script is present in <head>
and your deploy didn’t strip it out.
Form embed not loading
Check that widgets/embed.js
is allowed by your CSP headers.
Need custom properties
Inside the same template, call window.Humblytics.track("tally-submit", { plan: "pro" })
from a submit
callback if you require extra metadata.
Quick Recap
Embed Tally snippet in your HTML.
Deploy site—global Humblytics script auto‑captures submissions.
Analyse in the Forms tab—slice, compare, optimise.
Enjoy friction‑less, cookie‑free form analytics—powered by Humblytics on any stack.
Last updated
Was this helpful?