Question text to the left of drop down box | XM Community
Skip to main content
Is anyone able to provide code to add text before/next to (ie. to the left of) a drop down box?
Hi @bobti_2 ,



please add the below code in your question javascript onload sections:

var id=this.questionId;



jQuery("#"+id).find("Select").after(" asas");
Thanks @PraDeepKotian_Ugam I modified it to "before" rather than "after" for my purposes, and it's working perfectly. Thank you for your help!

Leave a Reply