Way to replace the word "Item" with another word (e.g. Vendor) for Pick Group Rank Question | XM Community
Skip to main content
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!
Hello @Tom_R , jQuery(".Items h2:eq(0)").text("Vendor"); Use the above code in js(onLoad) of the question
Thank you Shashi!