Answers for "How to add phone number on mobile in Qualtrics"

0

How to add phone number on mobile in Qualtrics

Qualtrics.SurveyEngine.addOnReady(function()
{
	jQuery("#"+this.questionId+" .InputText").attr('type', 'tel');
});
Posted by: Guest on June-08-2021

Code answers related to "How to add phone number on mobile in Qualtrics"

Browse Popular Code Answers by Language