It is sometime's useful to be able to pass values from the form, to the forms thank you page URL. For example you might have a hidden field on a form which contains a tracking value, and you would like this value to be passed on to the thank you page as well.
Simply go to the "Thanks Page" settings on the right menu bar:
And specify any parameters to be passed to your thanks page. For example below we are passing the value entered in the "Email" field on the form to the thanks page, and giving the parameter the name "userEmail"
So if the person filling out the form had specified "james@hotmail.com" as their email address, then the thank you page they get redirected to in this example would be:
https://www.my-thanks-page-url.com?userEmail=james@hotmail.com
If the destination URL is another GlobalPatron form, to pre-populate fields on this destination URL using values from another form please see here: How can I dynamically pre-populate the values of fields when the form loads?
Using GlobalPatron forms as a "Thank you page"
It is useful to make your thank you page to be just another GlobalPatron form you build, where you've hidden the navigation so that it looks like a landing page rather than a form (How can I create a custom thank you page?). This way your thank you page has full power of forms available to it like calculated labels, conditional logic and so on, and can show/hide different content dynamically based on what the user submitted on the previous form. E.g. show thank you message "A" for some users, and thank you message "B" for others. To pre-populate fields on the thank you page for your conditional logic rules, please see here: How can I dynamically pre-populate the values of fields when the form loads?