Installing Spara on Webflow
Additional instructions for installing Spara through Webflow
Last updated
Additional instructions for installing Spara through Webflow
Last updated
Many customers rely on third party tools to build and maintain their web presence. We've provided additional instructions and tips for installing Spara via your third party tool of choice:
Refer to specific Installing Spara Navigator instructions for more context.
Step 1: Navigate to your Webflow site's General Settings > Custom Code page.
Step 2: Paste your Spara JavaScript snippet into the "Head code" text input.
Step 3: Publish your website.
Unfortunately Webflow does not provide a no-code mechanism way to dynamically append query parameters to a form redirect on submission. But this is easily solved by inserting a custom Javascript snippet into the head of any webpage with a Webflow-powered form.
Below is a complete example of a Javascript snippet to solve this problem. This code assumes your Webflow forms have:
Email, First Name, and Company Name fields
The form name is "Marketing-Form"
Make sure to modify this code with your own form name and fields.