Help - Implementing a Calendar Picker in Qualtrics Survey for Date Selection | XM Community
Skip to main content

Hi everyone,

 

I'm looking for a way to create a question in a survey project where the customer can select a date from a calendar instead of typing it in. Currently, I have a simple Text Entry question with a custom Regex validation, but my client is not completly satisfied and would like to see if there is a way to replace this question with a calendar picker.

 

Has anyone successfully implemented this type of question in a survey and could help me out?

 

Thanks 😄

Use flatpickr. There are a bunch of posts about it on the Community.


@TomG 

I am trying to integrate the Duet Date Picker into a Qualtrics survey to ensure accessibility for our users. While the date picker works perfectly in a standalone setup, I am facing challenges with displaying the calendar correctly within Qualtrics.

Specifically, the calendar popup is not showing up as expected and appears behind other elements on the page. Despite trying various z-index and positioning adjustments, the issue persists.

Here is the link to the GitHub repository for the Duet Date Picker:Duet Date Picker GitHub

I would appreciate any guidance or solutions to make the date picker accessible and correctly displayed in Qualtrics. Thank you for your support! date-picker/src at master · duetds/date-picker · GitHub  https://duetds.github.io/date-picker/


@Vinoth_Mathaiyan,

I’ve never used Duet, but beside your implementation issues, it seems to come with a lot of baggage.

If you just need a simple date picker, you can use the html5 date picker.  Just use JS to change the input type to date.  You can add min and max attributes if needed.


Leave a Reply