Hi Experts,
for my survey I need a combination of two cols of normal array (or list-elements) and one col of text (as a commentary).
Can somebody help me?
Thank you.
borste
LimeSurvey
Version 2.52+160920
You will need to insert a hidden multiple-short-text after the array and use JavaScript to move the text inputs up into the array. Here's a couple of posts for inspiration (searching the forum may lead to more):
thanks for your suggestions.
As far as I understood I have to insert the scripts into the definition of the each question, is that right?
Or is there a way to insert the scripts in the templates?
Hi, borste,
of course you can insert scripts into the template.
It's always the same procedure:
css you insert into the template.css
js you insert into the template.js
But sometimes it is mandatory to place the script into the specific question.
The only general answer is: you are able to insert it into the template.
When it is advisable depends on the circumstances.
And a different approach is:
create your own js script and in the startpage.pstpl call it after {TEMPLATEJS}
like: