Pass Form Data to Multiple Pages

Dear All,

I’m building a sales page with a form. And when people submit the form, I’m sending them to a One Time Offer Page to upsell them. If they click YES, I will need their data from the first form, like Name, Address, Shipping etc.

If they click NO, I simply say Thank You.

I don’t know how to pass the data from the first page to the second page. I’m using hidden form btw.

Thanks

Preview Link: https://preview.webflow.com/preview/face-your-problem-tshirt?preview=d8196c283cbfa1f34049f7040d3dc238

Live Link: http://face-your-problem-tshirt.webflow.io/

Interesting. To make this work you probably need to catch the form submission event, save the form data as a cookie. Then on the second page you can simply read the cookie.