Pass data from embedded form to another embedded form

  • hsuoscar
    Asked on September 5, 2016 at 4:29 AM
    While we are still on this form...  the form will eventually carry over some information to next form.  Now, I have been puzzling how do I let user move on to next form (with information carried over) and yet retain coherence?  Eg.  complete next form in this website instead of form.jotform.me/jsform/xxxxxxxx?
  • Elton Support Team Lead
    Replied on September 5, 2016 at 4:34 AM

    Simply embed the second form using its iframe embed code into your page. Then use the page URL as the base URL then append the URL parameters. After that set the constructed URL as the thank you URL of your first form.

    Example:

    http://www.yourwebsite.com/somefolder/somepage.php?name={name}&email={email}

    The full instruction can be found here https://www.jotform.com/help/351-How-to-Automatically-Pass-Form-Data-to-Another-Form. However like I've mentioned above, instead of using the second form URL, you can use the page URL where the second form is embedded.

    If you need further assistance, let us know.