Solved
Text entry box in a multi-choice question - is it possible to have this beside instead of below?
I have a multi-choice question with the last option being "Other (please specify)." The text box appears below this text. Is it possible to have the text entry box beside the text instead of below?
Best answer by rondev
Use below code:
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);
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
