Webflow – How to Track Tally.so Form Submissions
Why Track Form Submissions?
Prerequisites
Step‑by‑Step Setup in Webflow
<!-- 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
PreviousFramer – How to Track Tally.so Form SubmissionsNextCustom/Self-Hosted – How to Track Tally.so Form Submissions
Last updated