Hello,
I've seen some discussion regarding placing a dollar sign to display infront of a text box but for me the $ sign appears on the line above the text box, not before it.
Can anyone help with this?
Thank you.
Ash.
Page 1 / 1
Hi ashio,
Is this happening in a single text field, Matrix table, or something else? Can you share the Javascript you used?
Hello,
It's in a single text field. I used:
Qualtrics.SurveyEngine.addOnload(function()
{ jQuery("#"+this.questionId+" .InputText").before("$");
});
Use the below code:
jQuery("#"+this.questionId+" .InputText").css("width","96%").before("$");
Thank you for the response but that still puts the $ sign on the row above the text box (see attached).
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.