!
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
!
Page 1 / 1
> @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.
!
> 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>
add below code in question text: Rich Content Editor->Source
<style>
.Skin .TE .ControlContainer {
width: 100%;
}
</style>
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.