I'm trying to develop a survey where each participant is assigned an unique ID, and after the participant is directed to a website with the ID in the URL.
So for example if a participant is assigned the ID 234567, then at the end of the survey they are directed to a website http:\\\\[url]\\234567. Likewise if the participant is assigned ID 567890, then I want then to be redirected to http:\\\\[url]\\567890.
I know how to configure for assigning unique ID's and how to set up redirecting to a URL, but I'm stuck on how to assign the ID to the URL.
Page 1 / 1
Hi there,
I guess the easiest way would be to add the id as a paramter to your link:
link?ID=
Best regards
Rudi
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.