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!
Page 1 / 1
Hello @Tom_R ,
jQuery(".Items h2:eq(0)").text("Vendor");
Use the above code in js(onLoad) of the question
jQuery(".Items h2:eq(0)").text("Vendor");
Use the above code in js(onLoad) of the question
Thank you Shashi!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.