Documentation Index
Fetch the complete documentation index at: https://docs.getzenstep.com/llms.txt
Use this file to discover all available pages before exploring further.
Add the snippet to Webflow
Webflow lets you inject custom code into the<head> or <body> of your site. The Zenstep snippet must go in the before </body> tag section.
Site-wide installation (recommended)
- In the Webflow Designer, go to Project Settings → Custom Code.
- Scroll to the Footer Code section.
- Paste the snippet:
- Click Save Changes and Publish your site.
Page-level installation
To install on a single page only:- Select the page in the Pages panel.
- Click the gear icon to open Page Settings.
- Scroll to Custom Code → Before
</body>tag. - Paste the snippet and save.
Calling identify
Webflow is typically used for marketing sites without user authentication. If your Webflow site has a login (using Webflow’s Memberships feature or a custom auth integration), callidentify() after login.
identify(). Zenstep will track users anonymously and flows will show based on URL and device targeting rules.
Verifying installation
- Publish your Webflow site after adding the snippet.
- Open the published site in Chrome (not the Webflow preview).
- Open Developer Tools → Console.
- You should see:
[Zenstep] Loaded N flow(s)
Zenstep does not run in the Webflow Designer preview. It only runs on the
published (or staging) domain. Test on your live Webflow domain.
Webflow + Zenstep use cases
Webflow is a great platform for using Zenstep’s banner and modal flow types:- Banners — show product announcements or conversion prompts at the top/bottom of the page
- Modals — display welcome messages, offer pop-ups, or exit-intent prompts
- Tooltips — highlight key CTAs or explain features in a product-led marketing site