Question text to the left of drop down box | XM Community
Solved

Question text to the left of drop down box

  • 5 March 2020
  • 2 replies
  • 37 views

Badge +1
Is anyone able to provide code to add text before/next to (ie. to the left of) a drop down box?
icon

Best answer by PraDeepKotian_Ugam 6 March 2020, 09:05

View original

2 replies

Userlevel 6
Badge +21
Hi @bobti_2 ,

please add the below code in your question javascript onload sections:
var id=this.questionId;

jQuery("#"+id).find("Select").after(" asas");
Badge +1
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