=== GamiPress - WS Form integration === Contributors: gamipress, tsunoa, rubengc, eneribs Tags: ws, form, forms, gamipress, gamification, points, achievements, badges, awards, rewards, credits, engagement, contact, submit, submission Requires at least: 4.4 Tested up to: 6.2 Stable tag: 1.0.0 License: GNU AGPLv3 License URI: http://www.gnu.org/licenses/agpl-3.0.html Connect GamiPress with WS Form == Description == Gamify your [WS Form](http://wsform.com/ "WS Form") submissions thanks to the powerful gamification management plugin, [GamiPress](https://wordpress.org/plugins/gamipress/ "GamiPress")! This plugin automatically connects GamiPress with WS Form adding new activity events. = New Events = * Submit a form: When an user submits a form. * Submit a specific form: When an user submits a specific form. * Submit a specific field value: When an user submits a specific field value on a form. * Submit a specific field value on a specific form: When an user submits a specific field value on a specific form. == Installation == = From WordPress backend = 1. Navigate to Plugins -> Add new. 2. Click the button "Upload Plugin" next to "Add plugins" title. 3. Upload the downloaded zip file and activate it. = Direct upload = 1. Upload the downloaded zip file into your `wp-content/plugins/` folder. 2. Unzip the uploaded zip file. 3. Navigate to Plugins menu on your WordPress admin area. 4. Activate this plugin. == Frequently Asked Questions == = How to configure field IDs from fields with multiples inputs? = On a normal field, you have the field ID to access it (for example field ID 5). For advanced fields like the name field, you need to setup the field ID + subfield ID: For example, the "Name" field have the prefix, the first name, the last name, etc but internally their IDs are a numeric ones (prefix ID is 0, first ID is 1, etc). So if your "Name" field has the ID 5 and you want to require the prefix field, you need to setup as field ID 5.0. == Screenshots == == Changelog == = 1.0.0 = * Initial release.