We need to be able to generate a random number or id code. This will be used for our paid survey takers to mark their survey as completed in another site we use to get our survey takers. Being we pay our survey takers for their time, we need to ensure we can match their surveys to ensure they did indeed complete it. Sadly, you do have bad-actors out there that abuse the system, as such we need this for 100% accountable and confirmation of completion.
Answered
How to create a random completion code id for the end of a typeform survey?
Best answer by picsoung
Hey
May I ask you what people do with this code afterwards?
Is this like a gift card code that they will redeem in another system?|
If this is the case, could this code be sent by email?
If yes, you can probably rely on webhooks. it will notify your server every time someone finishes and submits the form.
You can analyse their answer and make sure they filled up correctly.
And then send them the code by email.
Another solution would be to rely on the redirect on completion link, but it means implementing logic on the url where you redirect the user to check status of the form.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.