- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Mazi wrote: Did anyone recently test if this JavaScript works fine at the latest Limesurvey 2.05 version?
Is it cross-template compatible/does it work fine with the default template?
tpartner wrote: I have just tested in 2.05 without a problem.
mafo, what template are you using? Do you have any JavaScript errors?
.
That's it:tpartner wrote: Can you provide a link to a live test survey?
var qID = V3;
var qID = {QID};
tpartner wrote: You do have a JavaScript error - "ReferenceError: V3 is not defined".
You have used the question code, not the question ID .
Replace this line:Code:var qID = V3;
With this line:Code:var qID = {QID};
#limesurvey table.question thead td { background-color: #FFFFFF; }
#limesurvey table.question thead td { background-color: #D6E3EE; }
#limesurvey table.question thead .spacerCell { background-color: #FFFFFF !important; }