How can I setup a form or text entry question type that allows me to format time like Hours and Mins and PM or AM?
Page 1 / 1
Linda_charlton ,
You can create side-by-side question for this, see below,
Add the below JS, to format the question better.
Qualtrics.SurveyEngine.addOnReady(function()
{
jQuery('.SBS1').css('width','65px')
jQuery('.SBS2').css('width','60px')
jQuery('.QuestionBody .Choice').find('.SBS1').eq(0).append(" :")
});
is there a way to do this in a form question type?
You can also use flatpickr for this. Check the instruction given in the question of this post
Hi I am struggling with this as well? I am not a programer so not sure how to set this
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.