POLL
Hello there.
I made a poll but i didnt now the system shows the users name. in the answers. please help.
I cannot stop the poll and want to change the setting
Thank you
I don't think there is a setting for this but you could hide the voter lists with this CSS:
.voters_list {
display: none !important;
}
Thomas OatesΒ Thank you! It works.