I am attempting to pass a the value entered by the website visitor to a custom redirect page. The concept is to allow the person to enter a value (i.e. ABC) and once they click submit they would be taken to http://www.websitename.com/ABC. I have created my custom redirect PHP page and have specified the redirect URL to this page. However, the value entered by the user is not being passed. I'm not sure what I'm missing.
I've looked through the documentation and at the redirect screenshot but the query string in the screen shot on this site is COMPLETELY different than my query string...so I don't know what I'm missing.
Here's the link to the test form: http://www.pixellogix.net/demo
I'm working with the "Go >> Find My Page" button.