Join The Founder's Inbox
Join 13k+ entrepreneurs and receive tutorials, tips, and strategies for building smarter digital products using no-code, AI, and automation.
When working with Webflow CMS, one common challenge is tracking which specific page a form submission comes from. This can be crucial for optimizing lead magnets, understanding which blog posts drive sign-ups, and pinpointing the effectiveness of course landing pages. Unfortunately, Webflow doesn't offer a native solution for this. But don’t worry, we've got a workaround that will make this possible.
In this tutorial, we'll cover:
By the end of this tutorial, you'll be able to track the origin of your Webflow CMS form submissions, manage multiple forms efficiently, and integrate your data with Airtable for better analysis and insights.
Join 13k+ entrepreneurs and receive tutorials, tips, and strategies for building smarter digital products using no-code, AI, and automation.
The first step is to configure your form to pass through the name of the page where the form is submitted. Here’s how to do it:
<input type="hidden" id="workshopName" name="workshopName" value="">
workshop-name
.workshop-form
.first-name
, last-name
, and email
.Now that your form is configured to track the page origin, the next step involves setting up workflows to handle the submissions and send the data to Airtable. This will ensure you get detailed insights into which pages are generating the most valuable form submissions.
If you have multiple forms on your website—such as newsletter sign-ups, workshop registrations, or course inquiries—you’ll need to manage them separately to ensure that each submission follows the correct workflow. Here’s how to do it:
form_name
Equals
workshop_form
workshop_form
proceed through this path.form_name
Equals
newsletter_form
By setting up these filters, you ensure each form submission is processed correctly and efficiently, with data routed to the appropriate workflows and systems.
With your filters in place, the next step is to send the form submissions to Airtable. This will allow you to manage and analyze your form data effectively.
Once you have the basic setup working, you can enhance your form submissions by integrating with additional tools and adding extra features.
‍
Learn how to streamline Webflow workflows with Make.com and Airtable—save time and scale effortlessly.
By following these steps, you’ll have a robust system for tracking Webflow CMS form submissions, understanding user behavior, and optimizing your content and landing pages effectively.
If you have any questions, feel free to reach out, and I look forward to seeing you in the next tutorial.