"Calendar" question in qualtrics library and change code to be able to pick two dates | XM Community
Skip to main content
I am trying to find out the which days a respondent took a trip...so I would like the calendar to be able to have two dates picked. Basically and arrival date and departure date. Is this possible?
Hello @Jodi ,

We can either use calendar qualtrics library question twice one for arrival and other for departure.

OR

Please see the attached QSF for side by side date picker. Demo here
@Shashi

We decided to use this in a survey! So thank you...but I am having an issue putting into my survey. I have saved the qsf file and uploaded it. I was able to see the calendar in that project, but when I import the same question the calendar never pops up to select. I have even tried to build the question from scratch and then add in the js. Do you have any suggestions?
> @Jodi said:
> @Shashi
>
> We decided to use this in a survey! So thank you...but I am having an issue putting into my survey. I have saved the qsf file and uploaded it. I was able to see the calendar in that project, but when I import the same question the calendar never pops up to select. I have even tried to build the question from scratch and then add in the js. Do you have any suggestions?
>

Please check the script in the header of the survey.

OR

Below is the header script

`<link href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" rel="stylesheet" /><script src="https://code.jquery.com/jquery-1.12.4.js"></script><script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>`
@Shashi

Thank you so much!!! Works great!

Leave a Reply