- Posts: 10285
- Thank you received: 3649
Ask the community, share ideas, and connect with other LimeSurvey users!
<style type="text/css" data-author="Tony Partner"> #question{QID} .subquestion-list col:last-child, #question{QID} .subquestion-list th:last-child, #question{QID} .subquestion-list td:last-child { display: none !important; } #question{QID} .subquestion-list col { width: auto !important; } </style>
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
I am using a mobile device, so cannot test, but if you want to show the selected columns instead of hiding them, try changing this line:Hi Tpartner,
the above script works perfectly to hide selected category to the next question. But if i want to use the same category in the next question (instead of hiding) what change will take place in the code..?
Thanks,
if(filter == 'Y') {
if(filter != 'Y') {
Please Log in to join the conversation.