- Posts: 19
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Which version/build of LimeSurvey is used?jlwood wrote: I've got it working as long as the filtering array is not hidden, but when I set xafServRel in the attached sample to "Always Hide" the filter stops working.
<script> $(document).ready(function() { $('#question628').hide(); }); </script>
$('#question{QID}').hide();
Nice, didn't had that on my radar. Is that possible since years? Or was that introduced in 2.05?tpartner wrote: you can use the QID placeholder in the jQuery selector