Kanshi
Kanshi
Description
Kanshi validates form submissions in the WordPress backend before accepted entries continue through the site’s normal form workflow.
Supported integrations include:
- Elementor Forms
- Contact Form 7
- WPForms
- Gravity Forms
- Formidable Forms
- Generic fallback for many custom frontend forms
Only accepted submissions continue to the form plugin’s own handling, such as emails, stored entries, redirects, and follow-up actions.
External services
This plugin connects to Kanshi-operated services for license verification and form validation.
Privacy Policy:
- https://kanshi.works/privacy-policy
Terms of Service:
- https://kanshi.works/terms-of-service
These API endpoints are service endpoints only. They are not public legal-policy pages.
The license endpoint sends:
- the API key entered by the site administrator
- the site URL of the current WordPress installation
The validation endpoint sends:
- submitted text/scalar form fields
- file metadata only, such as file name, MIME type, and size
The plugin does not send:
- passwords
- file binaries
- nonce fields
- captcha values
- internal WordPress request metadata not needed for validation
Data is sent only to provide Kanshi’s validation and license verification features.
Privacy
Kanshi sends selected form submission data to its API for validation and sends the WordPress site URL plus API key-based license verification requests for subscription checks.
Sent for validation:
- text/scalar field values
- file metadata only
Not sent:
- passwords
- file binaries
- nonce values
- captcha values
Privacy Policy:
- https://kanshi.works/privacy-policy
Terms of Service:
- https://kanshi.works/terms-of-service
Installation
- Upload the plugin to
/wp-content/plugins/kanshi/or install it through the WordPress plugins screen. - Activate the plugin.
- Open
Kanshiin the WordPress admin menu. - Enter your Kanshi API key.
- Save settings and confirm the license status.
If you do not yet have a Kanshi account, use the in-plugin link to start a free trial.
Faq
No. Kanshi validation happens on the WordPress backend so the API key is not exposed in frontend JavaScript.
The plugin can either show an error or silently drop the submission, depending on plugin settings.
You can configure the plugin to accept entries, reject entries, or disable form handling until the API becomes reachable again.
Reviews
Changelog
1.1.0
- Initial plugin release.
- Added backend form validation through Kanshi.
- Added Elementor, Contact Form 7, WPForms, Gravity Forms, and Formidable integrations.
- Added license verification, logs, and dashboard reporting.