Here is my problem;
My colleagues designing the questionaires want to block out certain answer options in certain array questions. For example, they might ask "How do you feel about the following...." and then a list of different topics and a agree to disagree scale with an N/A option at the end... but the N/A is not always applicable.
What is the best way of hiding them?
At the moment, my colleagues add the following rules to the template.css;
Code:
input#answer57645X1024X22294A001-6 {visibility:hidden; display:none;}
That does the trick but it feels like a bit of a bodge and not a proper solution. The annoying thing is that they have to make a COPY of that template in order to be able to add to the stylesheet as they're not programmers and can't do it themselves (well, shouldn't do it themselves!) and I'm too busy to keep manually doing it for them.
So what alternative is there? I'm using version 1.90. Is there a proper solution for this in later versions?
Is there a way to allow standard templates to be writable so they don't have to make copies (it sounds like a bad idea even as I'm typing it!)
I'm open to suggestions....