<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?
Page 1 / 1
input type="date" data-date-inline-picker="true"
Sorry, here is the script I am using:
<input type ="date" data-date-inline-picker = "true"/>
<input type ="date" data-date-inline-picker = "true"/>
Try putting this into addOnload
jQuery("#"+this.questionId+" .InputText").attr('type', 'date');
jQuery("#"+this.questionId+" .InputText").attr('type', 'date');
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.