How to Send Data to another Form in a Thank You page

  • cliffdirect
    Asked on October 14, 2015 at 4:47 PM

    I would like to know if you have an option to send data to the thank you page and have another form there that can have some data from the first form?

     

  • jonathan
    Replied on October 14, 2015 at 8:55 PM

    You can achieve this using URL parameter population method.

    user guide: -Prepopulating-fields-to-your-JotForm-via-URL-parameters

    You can add the URL in the form Thank You page redirect.

    How to Send Data to another Form in a Thank You page Image 1 Screenshot 30

     

    Here is a test form  https://form.jotform.com/52868173552968? you can submit.

    It will redirect to this test page

     https://shots.jotform.com/jonathan/webtest/681593-populate-form-in-TY-page.html

    The URL I setup on the Thank You page was this 

    https://shots.jotform.com/jonathan/webtest/681593-populate-form-in-TY-page.html?fullName[first]={fullName:first}&fullName[last]={fullName:last}&email={email}

     

    On the image below, you can see my test submission populates the website page that have the 2nd form 

    How to Send Data to another Form in a Thank You page Image 2 Screenshot 41

    Let us know if you need further assistance.