text entry | XM Community
Solved

text entry

  • 28 January 2019
  • 3 replies
  • 1 view

Userlevel 2
Badge +3
!
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
!
icon

Best answer by PraDeepKotian_Ugam 29 January 2019, 14:01

View original

3 replies

Userlevel 6
Badge +21
Hi @Cathaya ,

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

!
Userlevel 2
Badge +3
> @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.
!
Userlevel 6
Badge +21
@Cathaya

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

<style>
.Skin .TE .ControlContainer {
width: 100%;
}
</style>

Leave a Reply