text entry | XM Community
Skip to main content
!

I want three text boxes,like this

!

How to achieve, while recording data.

I tried to use multiple choice questions, but the effect is not very good.The text box and options are not on the same line, the text box is too small

!
Hi @Cathaya ,



You can use question type as Text Entry->Form to get 3 text box in question.



!
> @PraDeepKotian_Ugam said:

> Hi @Cathaya ,

>

> You can use question type as Text Entry->Form to get 3 text box in question.

>

> !

>

>

That should be how to delete the left side, while making the text box left aligned, do not want to center it. I can't do it.

!
@Cathaya



add below code in question text: Rich Content Editor->Source



<style>

.Skin .TE .ControlContainer {

width: 100%;

}

</style>

Leave a Reply