I’ve run into a problem with the polls plugin. I created my first poll. It has three answers to choose from. I set the maximum allowed answers to one. And when anyone tries to vote, they get a pop up that says “You have entered more than the maximum allowed votes.”
So I tried changing the maximum number of allowed votes. Turns out I need to set the maximum number of allowed votes to one more than the actual number of votes I want to allow. If I want to allow only one vote, I have to set the max to two. If I want to allow two, I have to set the max to three. And so on.
I don’t know whether this is a bug or some conflict. I’m able to get the poll working with the above kluge, but there’s still a problem. If the max allowed number of votes is set to one, then only one answer can be selected at a time. Clicking on a different answers causes the selected-answer indicator (colored dot) to move. But if the max allowed is set to two or more, then any number of answers can be selected simultaneously, leading to potential confusion among voters; they don’t know that only one vote is allowed unless I tell them.
Hopefully this will be easy to diagnose and fix. Has anyone else encountered this problem?