Custom Code | XM Community
Skip to main content
  • 7,286 Topics
  • 22,891 Replies
7286 Topics

Hi team, I have a survey which sets calendar date with Javascript. Below is the code I wrote:Qualtrics.SurveyEngine.addOnload(function(){jQuery("#"+this.questionId+" .InputText").flatpickr({                                                                            altInput: true,                                                                            altFormat: "Y-m-d-D",                                                                            dateFormat: "Y-m-d-D",                                                                            minDate:new Date().fp_incr(2),                                                                            maxDate: new Date().fp_incr(8),                                                                            locale: {                                                                                firstDayOfWeek: 1,  // start week on Monday                                                                            },                         

Motivational Playlist