Docs
Webflow
Webflow sites hosted on webflow.io or a custom domain can load Cashline from your Cashline origin. Publish after you save custom code.
Footer code
Site settings → Custom code → Footer. Paste the queue, script, and pageview. Publish the site.
<script>
window.cashline = window.cashline || function () {
(window.cashline.q = window.cashline.q || []).push(arguments);
};
</script>
<script src="https://YOUR_ORIGIN/cashline.js" data-site="cl_your_site_id"></script>
<script>cashline('pageview');</script>Form goals
On a form success page, add an embed that fires cashline('goal', { name: 'signup' }). Do not fire it on every page load of the form itself.