We are attempting to pass certain text values entered in a CF7 form to the confirmation URL. I cannot seem to find any previous topics addressing this other than how to dynamically populate fields based on a URL. We want the inverse of that...dynamically populate the confirmation URL based on field entries. Ideally, we would also like the user's IP address to be part of the URL. I know there are special mail tags to receive this information so I'm hopeful the same would apply to the confirmation/re-direct URL. Below is an example of the confirmation URL we are seeking:
http://www.mysite.com/confirmation/?IP=192.1.168.xx&fname=John&lname=Doe
Following is the process and further insight into why are we are attempting to do it this way. A user will provide basic contact information through a CF7 form. Upon submission, the user will be directed to a page containing an iFramed tool built in .net where they will be able to conduct searches of our database. We want to be able to connect the information obtained from the CF7 form with the searches conducted within the iFramed .net tool. The best way we could determine to do this was to pass information from the form entries to the URL. With parameters in the URL, the iFramed .net tool will be able to access and save information from the parent URL (i.e. IP, name, etc.), as well as the actual search criteria. We will then be able to use that information to connect the entries from CF7 with the searches from the .net tool.
We are open to other suggestions if there is a better way altogether to go about this. Thank you in advance for your assistance!