Docs/Installation Guides

Webflow

Add the snippet in Site settings, Custom code.

Webflow lets you add custom code to the site head without touching individual pages.

  1. 1
    In the Webflow Designer, open Site settings, Custom code.
  2. 2
    Paste the snippet into the Head code field.
  3. 3
    Save, then publish your site.
Tracking snippet
<script
  defer
  data-key="lw_xxxxxxxx"
  src="https://localwrangler.com/track.js"
></script>
Webflow submits forms over AJAX. The tracking script handles that automatically, capturing field values as they are typed so nothing is lost on submit.