Questin regarding Multi Step Forms

Hey Guys,

I’m not sure if I’m posting this question in the right category but here we go
So I’m in the process of creating a website that needs a multi-step form or quiz rather, where we will collect the answers from this quiz and then send them to a google sheet to be then analyzed, and then the customer will be contacted to give them a more personalized offer

My question is how do I pass this data from my quiz to a google sheet without coding?

Here is an example of the site that I’m trying to build:

Any feedback will be much appreciated :slight_smile:


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

I haven’t looked at the demonstration, but I’m guessing that it uses a single form which is broken into multiple steps in which data is collected one section at a time.

In the final step, a single submit is done to process the data from all the steps at once.

Assuming that’s the design you’ve used, the easiest way is to connect your form to a Make or Zapier automation, either by a “Webflow Form Trigger” event, or using a webhook. Both have advantages. In that automation, you’ll be able to easily append a record to your Google sheet.

1 Like