Hello, is there a way to pre-fill an input field with data loaded from a custom db table?
I.e.: I have a database table with some user's information and I'd like to precompile some input fields with these info (the survey is not public). Then, the user can edit the info if they are not correct/updated.
Thank you both.
Yes, I could use the token table, as suggested by holch, but reading ls documentation I didn't understand where I have to insert the {TOKEN:..} tag to fill the question's field.