Polling asset allows multiple attempts


(Ryan Archer) #1

I am using the polling asset to collect simple website feedback.

 

Even though I have not allowed multiple attempts, when testing the form - I am able to go back to the page and vote again. It follows the normal sequence of casting the vote and then showing the vote results page. Then if I go back to the original page, it shows the voting option INSTEAD of taking my straight to the results screen.

 

However, in the polling asset, I can see that it has not added the additional votes to the scoring.


(Bart Banda) #2

Sounds like a caching issue perhaps? Have you got your Poll assets excluded from cache in the global cache manager? 


(Ryan Archer) #3

I ended up ditching it and going with a custom form instead. Most of the issues stemmed from the fact that I was trying to nest the poll into a tile. Not a good idea. But would be awesome if we could get it to work with AJAX or something...