Hi!
I finally found the time to play around with this workaround:
docs.limesurvey.org/tiki-index.php?page=...ttons_and_checkboxes
However, I can't manage to get it work.
What I did so far:
Step 1. I turned off $filterxsshtml (which is standard in my installation)
Step 2. Set up the template to use custom onload functions. --> here I am not quite sure what to do. I just don't understand what is meant with setting up the template here. In the explanation there is just shown how a onload function should look like, but not how to set-up the template. So here might be my problem.
Step 3. The imagetick.js has been placed into the template folder, together with check.gif, no_check.gif, no_radio.gif, radio.gif
Step 4. I also added this code to the header of my template
Step 5. I also added the code in the question code.
There is one other question: wouldt the code from step 5 work if included in the startpage.pstpl as well? I ask because if you would want to have the checkboxes substituted for the whole questionnaire, this would be a lot more confortable.
So I was wondering what I am doing wrong here. There just happens nothing. No error message, but also the checkboxes and radio buttons stay the same.