heimrichhannot / contao-email_voting
Email-based voting system using efg forms
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 9
Forks: 0
Open Issues: 0
Type:contao-module
Requires
- contao-community-alliance/composer-installer: *
- contao/core: >=3.2,<4-dev
- oneup/contao-efg: *
This package is not auto-updated.
Last update: 2024-10-26 18:38:37 UTC
README
The module offers functionality for using an EFG form to be a voting form.
In order to offer a certain amount of protection against fake votes, every vote needs to be confirmed via email.
Only one vote per email is possible.
Technical instruction
Step 1
Add the necessary fields to a new EFG form:
Step 2
Activate "Save formdata (efg)" in the form configuration (alias field could be email).
Step 3
After adding the necessary fields, link them in the form's config:
In order to confirm the voting, an email has to be sent:
Step 4
The activation site needs to contain an activation module:
The module doesn't need any further configuration