- Tags: voting, votation
- Requires at least: 6.8.1
- Tested up to: 6.8.1
- Requires PHP: 8.3.0
- Stable tag: 0.1.0
- License: MIT
- License URI: https://opensource.org/license/MIT
- Text Domain: fvs
A voting system using Forminator forms.
Compiles results from voting and shows them in WP admin interface. Receives only one vote per option per email address. Lets you allow only one vote per option per IP address. Makes it possible to block IP addresses.
- Install the plugin Forminator.
- Upload the directory
forminator_voting_systemto the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Create Forminator forms. The forms should have an email field.
- Configure votation rules on the plugin's settings page in Wordpress admin.
- First version.
wp i18n make-pot . languages/my-plugin.pot
./compile_translations.sh
./lint.sh
bin/install-wp-tests.sh
mysql <your-wordpress-database> < tests/test_tables.sql
vendor/bin/phpunit --verbose --coverage-html coverage