
Solved
Disabling question labels
Is there a way to disable question label ? I essentially do not want the question label to appear above this slider, instead just want to have the choice text to appear in the matrix table.
!

Best answer by TomG
Use JS to hide it:
```
jQuery("#"+this.questionId+" .QuestionText").hide();
```
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.