we are using a redirect option with a querystring in one of our forms, but the querystring doesn't seem to be passing correctly in Google Chrome.
We are redirecting to a custom PHP script, and this is what it looks like in the url in Chrome;
../custom_redirect.php?
It should be creating this querystring, and does so in FF and IE;
../custom_redirect.php?5%20Stars
Since the querystring is incorrect in Chrome, the redirect script is not working.
Any suggestions?