Selected date from a date picker function is not showing up in summary of responses. | XM Community
Question

Selected date from a date picker function is not showing up in summary of responses.


<input type="date" data-date-inline-picker="true" />

This java script above works great as a date picker within the form, and I can see it working in the preview, but the selected date won't show up in the summary of responses. What am I missing?

3 replies

input type="date" data-date-inline-picker="true"
Sorry, here is the script I am using:

<input type ="date" data-date-inline-picker = "true"/>
Badge +1
Try putting this into addOnload
jQuery("#"+this.questionId+" .InputText").attr('type', 'date');

Leave a Reply