Is anyone able to provide code to add text before/next to (ie. to the left of) a drop down box?
Page 1 / 1
Hi @bobti_2 ,
please add the below code in your question javascript onload sections:
var id=this.questionId;
jQuery("#"+id).find("Select").after(" asas");
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.