Last active
October 23, 2022 15:02
-
-
Save marketinview/083cd65b41401802e6e9a1d2a84928ff to your computer and use it in GitHub Desktop.
Qualtrics: Hide Text Form Labels. #qualtrics #js #jq #text #form #hide #labels
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+" td:not(.ControlContainer)").hide(); | |
}); |
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