I'm using a form to pass a couple of values to another form on submission. This should work without problems using the "Pass Data via Query String" on redirect after form submission.
My form submits correctly, but the query string seems to be incomplete.. what should be /?mail=test@test.com becomes /?mail=testtest.com. Other values I tested were affected also, spaces are removed for example..
I'm running GF 1.4.5 on WordPress 3.1-RC4, PHP 5.3.4
Can't really show the site to the public but could give access to some people if it helps..
any thoughts on this are appreciated..