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
Page 1 / 1
You don't need custom javascript, you can just drag and re-size the box.
!
!
@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.
!
!
Ok, I found it:
textarea {
resize: none;
}
Thanks,
Mike
textarea {
resize: none;
}
Thanks,
Mike
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.