How can I put a Question that is asking for time | XM Community
Skip to main content

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?

Linda_charlton ,
You can create side-by-side question for this, see below,
image.pngAdd 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