Question T1338
Visible to All Users

Preload Respondent Data

created 6 years ago

Can a survey be launched to a predetermined set of respondents identified by unique id?

If so, can respondent data also be pre-loaded and accessed by SurveyJS within the survey for skip logic and question fills? For example: ID,FIRST NAME,LAST NAME,AGE,GENDER.

Thanks for your help.

Show previous comments (1)

    Thanks again, Serge.

    The example makes sense. Instead of hard coding the values, I just need to set them by linking to an external database.

    That sounds doable, correct?

      Hello,

      I don't see any problems here. Since it's yours database you know it's structure and you can write code that will obtain data of the current surveyee from your database, convert this data into format suitable for SurveyJS and finally assign it to survey.data.

      Thanks, Serge
      SurveyJS Team

        Thanks again, Serge.

        I'll work on that.