Hi all,
I received this exit link from the panel provider:
https://api.dynata.com/respondent/exit?rst=1&psid=#psid#&basic=47
I created the final page with the following PHP code:
redirect('https://api.dynata.com/respondent/exit?rst=1&psid=%reference%&basic=47');
The redirect works, but the PHP code fails to grab the "psid" value provided by the panel URL.
I also tried #%reference%# and #psid#, without success.
Thanks a lot in advance for any help!
Regards