How to insert column name in side by side | XM Community
Skip to main content

Hi Community,
I'm trying to work with side-by-side column name.
image.png

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