Hello folks
I'm trying to design an autocomplete question, which is a numeric ID and the values come from a csv file placed in the template folder. When a value is choosen two another questions, that are hidden and in the same section, must be filled automatically. Here is an example of the csv:
123456,John,Doe
234567,Mary,Smith
3456789,Carl,Simpson
The two questions are "name" and "surname".
I'm trying to make this works with the help from
this thread and his
wiki post's son, but no success.
In the workarounds cited before, there is a link to the plugin but it doesn't works, so I found another
source, but I'm not sure if this is the appropriate one.
I'm using the last release of LimeSurvey.
I hope that you can help me with this
Thanks in advance