Query Strings with Spaces in Confirmation Redirect

I am trying to pass parameters into a 3rd party website.

If I do this in the URL bar without Gravity forms, it works:
Dealer%20Signer%201_UserName=David%20Jones&Dealer%20Signer%201_Email=David.Jones_ds@yahoo.com

If I do this in Gravity forms, it tells me for security reasons some characters cannot be used.
Dealer%20Signer%201_UserName={What is your name? (First):3.3}%20{What is your name? (Last):3.6}&Dealer%20Signer%201_Email={Your Email:5}

If i say fix it, it changes to this but the passing of the parameters then does not work because I need those spaces:
DealerSigner1_UserName=DavidJones&DealerSigner1_Email=David.Jones_ds@yahoo.com

I have tried replacing %20 with + but that also does not work.

Any ideas are greatly appreciated.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.