Skip to content

Instantly share code, notes, and snippets.

@marketinview
Last active October 23, 2022 15:02
Show Gist options
  • Save marketinview/083cd65b41401802e6e9a1d2a84928ff to your computer and use it in GitHub Desktop.
Save marketinview/083cd65b41401802e6e9a1d2a84928ff to your computer and use it in GitHub Desktop.
Qualtrics: Hide Text Form Labels. #qualtrics #js #jq #text #form #hide #labels
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" td:not(.ControlContainer)").hide();
});
@marketinview
Copy link
Author

marketinview commented Mar 28, 2019

See additional Qualtrics solutions at: https://qualtricswiki.tgibbons.com/doku.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment