Hello everyone,
I'm working in a multiple choice question with two other specify fields. When I test the survey, the text entry fields appear below the "Other" boxes. I would like both text entry fields to appear on the right hand side of the boxes. I already have a code that works in multiple choice questions with only one other specify field, but it doesn't work for two.
Does anyone have a code for this?
!
Page 1 / 1
Please check below post
https://www.qualtrics.com/community/discussion/comment/6065#Comment_6065
https://www.qualtrics.com/community/discussion/comment/6065#Comment_6065
Hi @bansalpeeyush29
I know this post, since I was the one who posted the question. But this code only works for questions with one other specify box. When I use the code for this case, it looks like this:
!
Is there any way to adapt the code, so it works also for 2 text entry fields?
Many thanks in advance!
I know this post, since I was the one who posted the question. But this code only works for questions with one other specify box. When I use the code for this case, it looks like this:
!
Is there any way to adapt the code, so it works also for 2 text entry fields?
Many thanks in advance!
Hi @Melissa ,
Hope this code helps,
<style type="text/css">
.LabelWrapper
{
display:inline-flex;
}
</style>
P.S. Add above code in Rich Content editor of question.
Hope this code helps,
<style type="text/css">
.LabelWrapper
{
display:inline-flex;
}
</style>
P.S. Add above code in Rich Content editor of question.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.