Solved
Is there a way to add a label above the language selection drop-down?
I want to make the drop-down for language very obvious to respondents.
Best answer by MohammedAli_Rajapkar
Yes, you can do that through below jQuery. You will have to add this jQuery under the "Look&Feel" -> Advanced -> Header part
(please change "}" the closing bracket for script tag to ">" )
<script}
jQuery(".LanguageSelectorContainer").append("<div id='appenddiv'>Please select Language</div>");
jQuery("#appenddiv").after(jQuery("#Q_lang"));
</script}
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.