hello,
I have this code snipet provided by a few memebers here that works great for shadow text in a verbatim text box. The code basically displays until you start typing. The only issue I have now is I can't figure out how to translate it into different languages. Any thoughts on this? Below works for English Only.
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("textarea").attr("placeholder","Start typing to provide your feedback.");
});
Question
How to use JavaScript for shadow text in a text box for translations
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.