Hi,
I tried using autocomplete in one question.
I tried following this tutorial:
www.limesurvey.org/manual/Workarounds:_M...wers_for_text_inputs
But it seems a bit old...
It worked for an array but I want to use data out of a csv
Error message: .csv is undefined
I think this might be because of this step: "You will need to call this script in the head section of the survey page, which you find in startpage.pstpl. Make sure you call it before {TEMPLATEJS}.
<script type="text/javascript" src="{TEMPLATEURL}jquery.csv.js"></script>"
Since there is no startpage.pstpl, where do I call this? I tried adding it to the global layout as well as to the head. It did not work
Or is there any newer tutorial? I couldn't find any
Thanks a lot