Hi,
I need help with a question.
I placed a java code that allowed me to insert a symbol (€) in front of the text box.
However, in mobile version this does not happen because the symbol appears below the text box and not on top.
Ex: Mobile Version
Ex: Desktop Version
In the desktop version is correct.
Can you help me with this issue?
Thanks a lot!
Page 1 / 1
JoseSantos
Try the below code and let me know if it works
Qualtrics.SurveyEngine.addOnload(function()
{
/*Place your JavaScript here to run when the page loads*/
jQuery("#"+this.questionId+ " .InputText").after(' €');
jQuery("#"+this.questionId+ " .InputText").css('max-width','90%');
});
Hope it helps!
It worked! Thank you very much for your help!
Best regards
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.