Description
The Inboxify Form Connector lets you connect form plugins to the Inboxify API. Once configured, form submissions are automatically sent to your contact list in Inboxify.
Currently supported form plugins:
– Contact Form 7
– Ninja Forms
– WPForms
Privacy
This plugin connects to the Inboxify API to send form submissions. The data is only transmitted when the site administrator has configured a valid API key and mapped a form. No data is collected or transmitted without user action.
For more information, see Inboxify’s privacy policy.
Screenshots
Installation
- Upload the plugin files to the
/wp-content/plugins/inboxify-form-connector
directory, or install the plugin through the WordPress plugin screen directly. - Activate the plugin.
- Go to Form Connector under Settings.
- Enter your Inboxify API credentials and set up form mappings.
FAQ
-
Will support for other form plugins be added?
-
Yes! Fluent Forms is being considered next.
-
Where do I get my Inboxify API keys?
-
Log in to your Inboxify account and go to Instellingen > API en webhooks.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Inboxify Form Connector” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Inboxify Form Connector” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.2
- Sanitized decoded JSON input from POST (
mappings
) directly after decoding to comply with WordPress plugin guidelines. - Renamed JavaScript global variable from
inboxifyFieldConfig
toinboxifyFcFieldConfig
to follow naming conventions and avoid conflicts. - Minor code cleanup and consistency improvements.
1.0.1
- Improved code consistency by adding
inboxify_fc_
prefix to all option keys, actions, and filters - Added migration logic to preserve user settings from previous version
- Minor code clean-up and preparations for future extensibility
1.0.0
- Initial release with support for Contact Form 7, Ninja Forms, and WPForms
- Automatic submission handling
- Mapping interface and field configuration