Greetings
I found the following:
https://www.qualtrics.com/community/discussion/913/is-there-a-way-to-have-users-enter-time-hh-mm-for-their-answersMy question is where can I get a working sample of adding of the solution as proposed?
1) Where do I put the JS Library definition
2) Where do I put the code
3) How do I feed the input selected to the survey?
Solved
HH:MM as input - Sample Code
Best answer by ahmedA
You don't need any external libraries.
In a text entry question, just add this line to your JS.
this.getQuestionContainer().querySelector("input").type = "time";The input will be stored in Qualtrics just like any other text entry.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
