Community members, Is there an easy way to replace the word "Item" above a list of choices to another more descriptive word for a Pick Group Rank question? Would like to be able to do this on a per question basis.
Thanks as always!
Solved
Way to replace the word "Item" with another word (e.g. Vendor) for Pick Group Rank Question
Best answer by Anonymous
Hello @Tom_R ,
jQuery(".Items h2:eq(0)").text("Vendor");
Use the above code in js(onLoad) of the question
View originaljQuery(".Items h2:eq(0)").text("Vendor");
Use the above code in js(onLoad) of the question
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.