text entry | XM Community
Skip to main content
Solved

text entry

  • January 28, 2019
  • 3 replies
  • 9 views

Forum|alt.badge.img+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 !

Best answer by PraDeepKotian_XM

@Cathaya add below code in question text: Rich Content Editor->Source <style> .Skin .TE .ControlContainer { width: 100%; } </style>

3 replies

PraDeepKotian_XM
QPN Level 5 ●●●●●
Forum|alt.badge.img+21
  • QPN Level 5 ●●●●●
  • 230 replies
  • January 28, 2019
Hi @Cathaya , You can use question type as Text Entry->Form to get 3 text box in question. !

Forum|alt.badge.img+3
  • Author
  • Level 1 ●
  • 8 replies
  • January 29, 2019
> @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. !

PraDeepKotian_XM
QPN Level 5 ●●●●●
Forum|alt.badge.img+21
  • QPN Level 5 ●●●●●
  • 230 replies
  • Answer
  • January 29, 2019
@Cathaya add below code in question text: Rich Content Editor->Source <style> .Skin .TE .ControlContainer { width: 100%; } </style>