yannischris wrote:
And if I want to pre-fill an answer, but this time from the answers of another (answered) survey, rather than from the token table? Can I as well use javascript to load these answers from the lime_survey_12345 table?
That won't be possible technically. When using Javascript, you can't query the DB. The additional token attribute data is available as placeholder like {TOKEN:FIRSTNAME} which you can out into (hidden) survey elements and then it gets replaced on page call and can be read out using Javascript.
If you want to read out data from a different lime_survey_12345 table, you would need to use an Ajax call.