Skip to main content

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

Thomas Oates

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;
}

David Carton

Thomas OatesΒ Thank you! It works.