With the poll widget, you can create many voting games and ensure the integrity of the voting process by preventing users from voting multiple times.
There are three methods available to create this integrity validation:
- IP Address: This method ensures that users sharing the same network cannot submit their votes more than once. While it provides strong protection from cheating, note that if two different users happen to use the same WiFi network, only one of them will be able to submit their votes.
- Browser: This method is based on the combination of users and computers. It ensures that each profile or user can submit their vote once from a specific computer while allowing multiple users to vote from the same computer.
- Custom Form Submission: This method combines the browser method with custom validation based on a chosen parameter. To learn more about this method click here.
To access these methods, simply navigate to your Common Ninja editor, select the Settings tab, and select the desired method from the drop-down menu next to the Detect User By sections:
Comments
0 comments
Please sign in to leave a comment.