Hi! We would like to create a voting form so visitors can vote for a project. The form itself will be pretty straightforward. We will be storing the data in a CMS database table.
What we would like to do is somehow check if someone already voted. Maybe by checking if a e-mail (an IP) are already stored in the table? Can this be done using CF?
Alternatively we could maybe place a cookie on the users computer to store a 'already voted' cookie and read this when opening a form? Users will ofcourse be able to simply delete their cookies and vote again. So that won;t be a very good 'protection' but it better then nothing ;-)
The best way would be to somehow e-mail the voter with and activation link. This link then 'activates' the stored vote. Could that also be done using CF? This way we know only voters with real email addresses can vote.
Any help or suggestions are also very welcome!
Kind regards,
Jip
What we would like to do is somehow check if someone already voted. Maybe by checking if a e-mail (an IP) are already stored in the table? Can this be done using CF?
Alternatively we could maybe place a cookie on the users computer to store a 'already voted' cookie and read this when opening a form? Users will ofcourse be able to simply delete their cookies and vote again. So that won;t be a very good 'protection' but it better then nothing ;-)
The best way would be to somehow e-mail the voter with and activation link. This link then 'activates' the stored vote. Could that also be done using CF? This way we know only voters with real email addresses can vote.
Any help or suggestions are also very welcome!
Kind regards,
Jip