Does anyone know the Jscript needed to move the form essay boxes to be below the form label?
Solved
Jscript to format form boxes
Best answer by ChiragK
Hello, Try adding this JS code in form field question.
Qualtrics.SurveyEngine.addOnReady(function () {
var $this = jQuery(this.questionContainer);
jQuery(".QuestionBody td.ControlContainer", $this).css({"float": "left", "width": "100%"}).closest("tr").css({"display": "block", "margin-top": "15px"});
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
