Sunday 19 October 2008 2:45:41 pm
We have got a contest on our site using information collection to collect user votes. One user can vote only once and eZ Publish allow it. There is my collect.ini:
[CollectionSettings]
CollectAnonymousDataList[contest_poll]=enabled
CollectionUserDataList[contest_poll]=unique
But i wouldn't like to show poll form for users who already voted. I need to check that voting is forbidden not after second vote attempt but before it. Is it possible to know that current user has voted already?
|