Last active
October 23, 2022 16:41
-
-
Save marketinview/e443b9056a71da108b8c to your computer and use it in GitHub Desktop.
Qualtrics: Adjust Matrix Text Input Widths. Adjust "75px" as needed. #qualtrics #js #jq #matrix #input #text #width
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Qualtrics.SurveyEngine.addOnload(function() { | |
jQuery("#"+this.questionId+" input").css("width", "75px"); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See additional Qualtrics solutions at: https://qualtricswiki.tgibbons.com/doku.php