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

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

  • May 21, 2019
  • 3 replies
  • 70 views

<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

  • Author
  • May 21, 2019
input type="date" data-date-inline-picker="true"

  • Author
  • May 21, 2019
Sorry, here is the script I am using: <input type ="date" data-date-inline-picker = "true"/>

WaterSampler
Level 2 ●●
Forum|alt.badge.img+1
  • Level 2 ●●
  • May 21, 2019
Try putting this into addOnload jQuery("#"+this.questionId+" .InputText").attr('type', 'date');