This javascript previously used to restrict calendar questions no longer works for me! The calendar no longer appears as a pop-up for selecting a date. I think it’s the simple layout/new survey taking experience. How could I tweak this code to work in NSTE?
Qualtrics.SurveyEngine.addOnload(function () {
var mindate = "07/01/2024"
var input = jQuery("#"+this.questionId+" .InputText");
input.flatpickr({
dateFormat: "m/d/Y",
minDate: "07/01/2024" ,
maxDate: "today"
});
});
I have already added this code to remove the time interval, so it has to be compatible. Thank you in advance to anyone who can help!
