Question
Timepicker and Cleave.Js challenges
Hi all,
I am trying to add in Timepicker to my survey to make it easier for respondents to add in times. I tried using a regex, but that's been acting up and not working some of the time, despite it appearing to work in the Preview tab. I found the Timepicker option to be best, but it doesn't seem to be working no matter what I've tried from the other answers within this forum.
This is the code I tried for one question: Qualtrics.SurveyEngine.addOnload(function()
{
$(document).ready(function(){
$('input.timepicker').timepicker({ timeFormat: 'h:mm:ss p' });
});
I also tried something TomG has posted a few times:
Qualtrics.SurveyEngine.addOnload(function()
{
jQuery("#"+this.questionId+" .InputText").flatpickr({enableTime: true, noCalendar: true, defaultTime: "H:i"});
});
I wanted it to look like what was found in this post but am wondering what the JavaScript should look like (my HTML works): https://www.qualtrics.com/community/discussion/1691/adding-flatpickr-timepicker-to-a-question
Any ideas? Thanks so much!
Leave a Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.