Hello!
I want to use custom End URL in my survey. I use the hidden text variable retUrl and url to my survey looks like
mylimesurvey.com/index.php?r=survey/inde...%26token%3dblablabla
In the database I can see values of retUrl - they are fine -
https://myhost/api/v1/profilefinished/?profileid=1010475&token=blablabla
End Url in survey setup is {retUrl}. Everything fine, but when I complete my survey, I've got following url in browser -
https://myhost/api/v1/profilefinished/?profileid=1010475&_amp_;token=blablabla (&_amp_; in reality comes without _)
What should I do to avoid replacing the
& to
&_amp_;?
I can use two hidden variables - profileid and token and construct End Url from them. But it's not comfortable for me. I want to use single variable with full return url.
Thank you for any advise!