Hi, I am trying to maintain the selection state when using drop down selections with forced responses enabled. The Javascript below works in Safari, but it doesn't work in Chrome. Anyone has an idea why and how to do this correctly? Thanks!
Qualtrics.SurveyEngine.addOnReady(function()
{
jQuery("#"+this.questionId+" select").find("option:eq(0)").text("Select Ethnicity").attr("selected","disabled",true);
});
Be the first to reply!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.