Hi all,
I have a matrix table with 9 rows and 2 columns. I would like to add text between the radio buttons (the word "or" with spaces before and after).
I was trying to find a way with Javascript but I only managed to address the radio buttons themselves and then the added text appears on top of the radio buttons.
var inputs = $(this.getQuestionContainer()).select('input[type="radio"]');
var input = inputss1];
$(input).insert({after: ' or '});
Does someone have an easy fix with Javascript to get the text into each row?
Thanks a lot in advance!
Best,
Renke
Page 1 / 1
MaxDiff question type might work if you play around with it.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.