Hello,
I want to know how to increase the width of the text next to the form entry text box so that the text does not span across so many lines
Hello,
I want to know how to increase the width of the text next to the form entry text box so that the text does not span across so many lines
Qualtrics.SurveyEngine.addOnload(function()
{
let labels =document.getElementsByClassName("LabelWrapper")
for(let i=0;i < labels.length;i++) { labelsli].parentElement.style.width = "60%"
}
});
thanks . It worked. how will i make the text box size same as the text automatically rather than manually change the size of the text box entry size?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.