Webflow
Add Rooster scripts through Webflow custom code and Code Embed elements.
Builder Reference
Webflow supports custom code in site/page head and body areas, plus Code Embed elements inside a page. See Webflow's custom code docs: head and body tags and Code Embed.
Analytics
Add analytics in Project settings or Page settings so it loads on the pages you want to track.
Basic Form Collection
On the page that has the Webflow form:
- Add the collector script in page custom code before
</body>, or place it in a Code Embed above the form. - Select the Webflow form element.
- Add a custom attribute named
data-rooster-formwith the form group key. - Publish the site and submit a test form.
Multi-Stage Form
If your Webflow form has custom step buttons, add data-rooster-continue to each continue button and data-rooster-final="true" to the final submit button.
