Hi Community,
I'm trying to work with side-by-side column name.
Page 1 / 1
ricsdpl
You can include the below in JS onload, change header with text you need.
Qualtrics.SurveyEngine.addOnload(function()
{
/*Place your JavaScript here to run when the page loads*/
jQuery('#'+this.questionId).find('td.c1')[0].innerText='Header';
});
Hope it helps!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.