I'm using the text entry Matrix Table.
I've used 'Add default choices' to pipe in answers from a previous question into the first row of the table, but I would like to make those answers read only.
Page 1 / 1
You can use the below jQuery code to make it read only,
jQuery('#'+this.questionId+' tbody tr:first').find('input[type="text"]').attr('readonly','readonly')
Thanks - perfect
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.