Custom/Self-Hosted – How to Track Tally.so Form Submissions
Track Tally.so Form Submissions on Custom / Self‑Hosted Sites with Humblytics
Why Track Form Submissions?
Prerequisites
Step‑by‑Step Setup
<!-- Tally embed code begins --> <iframe data-tally-src="https://tally.so/embed/wo1EaP?alignLeft=1&hideTitle=1&transparentBackground=1&dynamicHeight=1" loading="lazy" width="100%" height="276" frameborder="0" marginheight="0" marginwidth="0" title="Contact form"></iframe> <script> var d=document,w="https://tally.so/widgets/embed.js",v=function(){ "undefined"!=typeof Tally?Tally.loadEmbeds():d.querySelectorAll("iframe[data-tally-src]:not([src])") .forEach(function(e){e.src=e.dataset.tallySrc}); }; if("undefined"!=typeof Tally) v(); else if(d.querySelector('script[src="'+w+'"]')==null){ var s=d.createElement("script"); s.src=w; s.onload=v; s.onerror=v; d.body.appendChild(s); } </script> <!-- Tally embed code ends -->
Viewing Submissions in Humblytics
Troubleshooting
Issue
Fix
Quick Recap
Last updated