Displaying random number/token at end of survey

Is it possible to display a randomly generated number or token at the end of a survey? This number/token would display to the respondent, but it would also be stored in the survey response so that I am able to see it.

:wave:

Welcome to SurveySparrow Community :gem:

Few Question :question:.

  1. How is the number/token useful for the survey respondent? Is it for only display purposes?

  2. How is the number/token will be useful for the Survey creator? Is it used to identify the particular responses from the reports?

If you would like to discuss more on this feel free to schedule a meeting based on your availability :date:

Cheers.

Hello,

  1. When fielding the survey, respondents will need to copy the unique code we show them and input it on another website to get credit for the survey. Code must show at completion of the survey and must also be random so that there are no respondents with same codes.
  2. We will then cross reference the survey data with the codes supplied on the other website to validate who took the survey.

Hi,

ID of the Submission (Submission ID) is used to identify the specific survey response and it is unique for each response. more details.

Currently we are not showing in the UI (Response Page) but it is available when we export the data.

  1. When fielding the survey, respondents will need to copy the unique code we show them and input it on another website to get credit for the survey. Code must show at completion of the survey and must also be random so that there are no respondents with same codes.

To pass the submission id to another website. do the following

  1. Navigate to builder section and add a thank you question.

  2. Enable page redirect and enter the URL of the website along with Submission id as param.

  1. when the survey is submitted the respondent will be redirrected to the website along with the submission Id as shown in the below image.

.

Hope his helps.