Integrations / Webflow
Webflow logo
Website Builders

LeadLotus + Webflow

Native attribution on Webflow forms in 5 minutes.

Webflow's form blocks render real HTML inputs, so LeadLotus works with them directly. Add the snippet to your site's head and add hidden inputs via the Embed element — no third-party form needed.

1
Add the snippet to your site head
Project Settings → Custom Code → Head Code → paste the snippet → Save. Publish the site to push it live.
<!-- LeadLotus Attribution Snippet -->
<script async
  src="https://www.leadlotus.com/snippet.js?key=YOUR_API_KEY"
  data-key="YOUR_API_KEY"
  data-endpoint="https://www.leadlotus.com/api/v1/ingest">
</script>
2
Add hidden inputs to your form
In the Designer, drop an "Embed" element inside your Form Block. Paste the hidden inputs above. LeadLotus reads them by name and fills them on submit.
<input type="hidden" name="leadlotus-channel" />
<input type="hidden" name="leadlotus-drilldown1" />
<input type="hidden" name="leadlotus-drilldown2" />
<input type="hidden" name="leadlotus-drilldown3" />
<input type="hidden" name="leadlotus-drilldown4" />
<input type="hidden" name="leadlotus-landing-url" />
<input type="hidden" name="leadlotus-first-visit" />
<input type="hidden" name="leadlotus-visits" />
3
Forward submissions to your CRM
Webflow form submissions land in your Project → Forms inbox by default. To pipe to a CRM, use Webflow Logic, Zapier, or Make — the hidden field values travel through with every submission payload.

Attribution fields

LeadLotus writes these hidden field values just before your form submits.

Field nameExample valueDescription
leadlotus-channelOrganic SearchTop-level channel (Organic Search, Paid Social, Direct, Referral, etc.)
leadlotus-drilldown1GoogleChannel-specific source (search engine, social network, or utm_source)
leadlotus-drilldown2spring_launchutm_campaign on paid traffic, referring host on organic
leadlotus-drilldown3pricing_keywordutm_term — keyword or ad term, when present
leadlotus-drilldown4hero_ctautm_content — ad variant or placement, when present
leadlotus-landing-url/pricingFirst landing page of the visitor
leadlotus-first-visit2026-04-24Date of the first visit (ISO)
leadlotus-visits3Total sessions before conversion