Add Variables from Form as Parameters for Thank You Page
I have a form that I'm looking to send to a calendar scheduling tool after the form is submitted. I want to pass the information they submitted in the form through the URL but cannot figure out how to get these variables into the query string for the thank you page url.
Thank you page URL: example.com/meeting
Desired thank you page + query string: example/meeting?name=first%20last&email=john@email.com