Position of two text entry fields in multiple choice question | XM Community
Solved

Position of two text entry fields in multiple choice question

  • 1 November 2018
  • 3 replies
  • 52 views

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?

!
icon

Best answer by SaurabhPujare_Ugam 1 November 2018, 21:01

View original

3 replies

Userlevel 7
Badge +33
Please check below post

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!
Userlevel 6
Badge +18
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.

Leave a Reply