PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Carry variable across from one form to another?

  1. deeve007
    Member

    Hey there,

    I have one form where a user enters their name, email address, and then submits and is forwarded to PayPal to make a payment. They are returned to another page with a form on it for further details. Is there a way I can carry their email address from the first form across to the second form and use it within a hidden field so I don't have to ask for it again?

    Thanks.

    Posted 11 years ago on Friday October 5, 2012 | Permalink
  2. Sure, the query string method laid out here should work for you.

    http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population

    In your second form you would set the email field you want to be populated dynamically with paramater names of your choosing. Then in the first form's confirmation settings, you would use a redirect url and then use the query string builder/area to pass the email paramater name and it's value using the merge tag drop down. ie - paramaternamefield1={field1mergetag}

    Posted 11 years ago on Friday October 5, 2012 | Permalink