Ask the community, share ideas, and connect with other LimeSurvey users!
Do you mean the png image? Or did you attached a sample survey as tpartner asked for?tammo wrote: see attachment.
<script> $(function() { $("answer{SQG}SQ01_SQ01").prop('disabled',true); }); </script>
Note that disabling will not work with a mandatory question.@tpartner: Preferably greyed out, but I would also like to know how to remove them completely
<script> $(function() { $("#answer{SGQ}Y1_X1").prop('disabled',true); }); </script>
sum(that.FTE1.sq_Y2) == sum(that.FTE1.sq_Y3)
<script> $(function() { $("#cbox_{SGQ}Y1_XA").prop('disabled',true); }); </script>