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

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

  • 4 February 2020
  • 3 replies
  • 278 views

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

Best answer by MikeB 4 February 2020, 15:00

View original

3 replies

Userlevel 7
Badge +19
You don't need custom javascript, you can just drag and re-size the box.

!
Userlevel 2
Badge +3
@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.
!
Userlevel 2
Badge +3
Ok, I found it:

textarea {
resize: none;
}

Thanks,
Mike

Leave a Reply