By Default the Rank/Order question loads a list without the rank numbers. Is there a way to display the numbers on load?
I've seen an example of how to keep them hidden but nothing to display or show them.
jQuery(".rank").hide();
Thanks - Jon
Page 1 / 1
Hi there, if you still need, this can be put in place by adding the below CSS to the Style section of the survey's Look & Feel:
.Skin .RO .DND ul.NotEdited .rank {
visibility: visible !important;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.