jQuery("#"+this.questionId+" .TextEntryBox").each(function() {
var tb = jQuery(this);
tb.css({"float":"none","background-color":"white","width":"50%"});
tb.prev("label").css("display","block").append(" ").append(tb);
});
This works super well when using a small text entry box, however not when I make a medium text entry box. I've tried increasing the QuestionBody height, but this also doesn't seem to work. Any ideas rondev?
Thanks!!
https://www.qualtrics.com/community/discussion/comment/23216#Comment_23216This code works perfectly on a normally displayed question. However, if I try to use it on a question that has in-page display logic (only gets shown if a specific answer in a previous question on the same page is chosen) it does not work.
More specifically: the background colour and width still works, but the "placing the TextEntryBox BEHIND, NOT BELOW the text does not work
Any idea why and how I can make it work? Thanks!!!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.