Is there a way to set a fixed text box size in qualtrics? | XM Community
Skip to main content
Solved

Is there a way to set a fixed text box size in qualtrics?

  • February 4, 2020
  • 3 replies
  • 399 views

MikeB
Level 1 ●
Forum|alt.badge.img+3
Is there a way to set a fixed text box size in qualtrics? I am using the survey in a site intercept and don't want users to change the size of the box because of other formatting changes that happen. Thanks, Mike

Best answer by MikeB

Ok, I found it: textarea { resize: none; } Thanks, Mike

3 replies

Forum|alt.badge.img+19
  • Level 5 ●●●●●
  • February 4, 2020
You don't need custom javascript, you can just drag and re-size the box. !

MikeB
Level 1 ●
Forum|alt.badge.img+3
  • Author
  • Level 1 ●
  • February 4, 2020
@Kate, thanks for your response. I'm looking for a fixed box size. I don't want the respondent to change the size of the box when taking the survey. I essentially am looking to get rid of the bottom right corner tool that lets you drag the text box to a different size. !

MikeB
Level 1 ●
Forum|alt.badge.img+3
  • Author
  • Level 1 ●
  • Answer
  • February 4, 2020
Ok, I found it: textarea { resize: none; } Thanks, Mike