Solved
How do you populate matrix table in a survey using url parameters? I tried using the standard way us
The survey I am working on has matrix tables as questions. I need to populate answers in the table using url parameters. I tried using the Q_PopulateResponse, however, it doesn't seem to work. Please, could someone help? Thanks!
Best answer by TomG
Matrix, Single Select:
{"QID1":{"1":"2","2":"3"}}
will select QID1 choice (row) 1 answer (col) 2 and choice 2 answer 3
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

so if I wanted to choose the topmost left answer, I would enter "QID1":{"QA_21":"1"} ?