Please help us help you and fill where relevant: Your LimeSurvey version: 3.25.6 Own server or LimeSurvey hosting: Own Survey theme/template: Fruity
==================
Hi there, i have one question today, i have an array text table (with only number allowed), and i want to prefill all the fields with the information stored on an attribute from the participants table, but i can't do it because array number dont have the option to put {TOKEN:ATTRIBUTE_3} for example.
The array dont need to be a number, y make it like that because all de data that i want to prefill is numeric, is there some way to do this? I attach de lss, lsq and lsg os the survey.
Use a question of type "equation" to fill the array
{Q5_SQ001_SQ001=TOKEN:ATTRIBUTE_1}
{Q5_SQ001_SQ002=TOKEN:ATTRIBUTE_2}
{Q5_SQ001_SQ003=TOKEN:ATTRIBUTE_3}