Sorry, that is not possible.
Thanks for your answer Lester! This would be a really useful feature though, I think that some people will be frustrated if they can’t change their answer and that may be bad for user experience. I only let registred users vote and with that option it should be pretty safe to let users change their vote, right?
I too would like to see this option implemented, if it can be switched on/off per poll.
It couldn’t be as difficult as it seems. To change a vote, you should get the poll_id and the user_id and DELETE his/her vote from the database. Then, the user could vote again…. but, where can I add my code?
I added a “Delete” button next to the “Vote” button, but I need to implement the new function and call it in ‘onclick’ attribute.