Date picker - cannot find results | XM Community
Skip to main content

Sorry I am new to this. I used the code below to have a date picker within my survey. It displayed ok. Unfortunately I cannot see the responses that the people completing the survey selected - in reports nor when I export the data. Have I may have missed a step? Thank you
Please Choose a Date
https://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/calendar/assets/skins/sam/calendar.css" rel="stylesheet" type="text/css"/>">https://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/yahoo-dom-event/yahoo-dom-event.js"> ">https://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/calendar/calendar-min.js">

Did you add the script to a text entry question?
I recommend using flatpickr instead. It is better in every way and there are a number of Community posts about it.


Hi Tom, yes I did to a text entry question. Thank you for getting back to me. It can be selected (it was a lot of scrolling) but my issues is I already ran the survey but now when I export the data I cannot see any values. So I am not sure if there is a workaround to get the data that was entered or it is lost somewhere!


https://www.qualtrics.com/community/discussion/comment/29904#Comment_29904Ouch. I think it is lost. I think I see the error in your script...the last line should have been $(input).value. input is just a string value, not an input element.


Leave a Reply