Is anyone able to provide code to add text before/next to (ie. to the left of) a drop down box?
Best answer by PraDeepKotian_XM
Hi @bobti_2 ,
please add the below code in your question javascript onload sections:
var id=this.questionId;
jQuery("#"+id).find("Select").after(" asas");
Hi @bobti_2 ,
please add the below code in your question javascript onload sections:
var id=this.questionId;
jQuery("#"+id).find("Select").after(" asas");