Hi,
to understand this, please, explain
I only have the contact information of the participants that will fill out Part 2
Who are the participants who fill the first part?
That code will be a token for the next participant that will answer a part 2 survey.
How does this participant get it? By email?
Is there any relation between the first and second participant? Or is it at random?
Anyway: There is a participants table of the second survey.
So I'd do an ajax call in the first survey that calls a remote script.
Here you query the database of the second survey - the participants table (directly or by the API), select a participant, who didn't answer yet, and return his token.
Now you have a valid token of the second survey of one of the participants.
But as I said: Maybe I misunderstand something.
Joffm