Hi there;
I have a redirect I need to do upon submission of a Nintex form. The problem is, somehow the %20s in the URL are getting converted to %2520 . . . should look like this:
http://mygenericsite.generic.com/sitepages/Reviews%20and%20PAFs.aspx
But it ends up like this when it does the redirect:
https://mygenericsite.generic.com/sitepages/Reviews%2025and%2025PAFs.aspx
Is this a bug? Is there something I can do to make it work? I know I could just change the name of the page, but that won't be feasible most times.
Thanks for your assistance!
Solved! Go to Solution.
In my redirect link for my form where I copied and pasted it from the browser address bar, I deleted the %20 and replaced them with spaces. After doing this the redirect worked as expected.
So your url should be http://mygenericsite.generic.com/sitepages/Reviews and PAFs.aspx
Do you get the same result?
Andrew, thanks so much! That did the trick! I have another question, but I will post separately. I so appreciate your quick response!