I want to pre-populate my survey by passing information via Query Strings and Q_PopulateResponse
It works for text entry fields and does not work for multiple-choice question:
YourSurveyURL?Q_PopulateResponse={"QID7":"Alex","QID9":"123456789","QID13":"abcd1234@email.com","QID21":"Year-1"}
QID21 is multiple-choice question and it does not pre- populate.
Solved
Pre-populate Multiple Choice Question(s) via Query Strings and Q_PopulateResponse
Best answer by ahmedA
The JS code is just for you to see choices. Sometimes, because of editing the choices, rather than going 1,2,3 etc. You could get something like 14,15,16 etc.
Once you've seen the choices the url will be like {"QID21" :"1"}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.