Your work-around will not work. Currently, using embedded code for the entire form, an ONSUBMIT call is made when the user presses submit which saves all of the form fields in a local cookie. The success page then reads the cookie to personalize the response back to the user (“Thank you Mr Smith, we will contact you at …”). This embedded code form works OK, but the customer wants the form on multiple pages and I had hoped to use the Webflow form object rather than embedded code. Guess I will have to use the embedded code form for now.