Hello,
I use a lot of multiple choice questions that have an other open-ended box that I would like to limit the character count.
This javascript has been working great but does not appear to work in the “new survey experience.” The documentation on “new survey experience” from Qualtrics indicates custom code may not work but does not specify how to adjust it to have it work. I also attempted calling in Jquery in the header with no success. Any ideas on how to adjust the following so it works in “new survey experience”?
Qualtrics.SurveyEngine.addOnload(function()
{
jQuery("#"+this.questionId+" .InputText").attr("maxlength","10");
});