I would like to create a custom confirmation screen with custom URL based on the item selected from a dropdown in the form. The confirmation message itself is not important, but that it generates the same URL each time is important.
For instance, if the options in the dropdown are Red, Blue and Green, I would like the URL to look something like:
http://mysite.com/confirmation/?Blue
Since some of the options in the dropdown may have spaces, I may need to predefine the url based on the options, like
Blue = blue
Light Blue = ltblue
etc.
Thank you!