Hi,

I have the votes addon, and it's working well. I would like to show a message to voters who decide to view result, or are voting for the second time. Something like, 'We have already counted your vote'. Possible?

Something like,

<cms:if already_voted ='1'>
We have already counted your vote
</cms:if>

Also is it possible to show a message to the voter after submit button? Because after redirect, the page refreshes, so JS doesn't work. Like for example, when a user posts a comment, they get this 'Your comment ....', would like to have that on votes.

Also, why do users sometimes get 'security tokens do not tally' when trying to vote?

Thank you.