This WordPress plugin adds the required functionality to use mosparo in your WordPress form.
The WordPress plugin adds the required functionality to your WordPress website to use mosparo in your forms. This plugin is compatible with WordPress comments and account forms (login, lost password, registration), Contact Form 7, Elementor Form, Everest Forms, Formidable, Gravity Forms, JetFormBuilder, Memberpress account forms (login, lost password), Ninja Forms, WooCommerce reviews and account forms (login, lost password, registration) and WPForms.
The plugin is compatible with WordPress multisite.
To use the plugin, you must meet the following requirements:
To use the plugin, please follow this installation instruction:
You can find all mosparo settings under "Settings" > "mosparo Integration" in the WordPress administration.
wp-config.php
If you want to define the mosparo connection in the WordPress configuration file (wp-config.php
), follow the following steps:
wp-config.php
file in an editor./* That's all, stop editing! Happy publishing. */
<Project-UUID>
) with the connection settings provided by your mosparo project.
define('WP_MOSPARO_HOST', '<URL-of-your-mosparo-installation>'); // Starting with https://
define('WP_MOSPARO_UUID', '<Project-UUID>');
define('WP_MOSPARO_PUBLIC_KEY', '<Project-Public-Key>');
define('WP_MOSPARO_PRIVATE_KEY', '<Project-Private-Key>');
define('WP_MOSPARO_VERIFY_SSL', true); // Should be true but if you do not have a valid certificate, change this to false
It's possible to add only one connection in the wp-config.php
file, which will be the default connection for all modules. You can add additional connections in the WordPress administration, which then overrides the connection from the wp-config.php
file.
If you have a WordPress multisite network, you can enable the mosparo Integration plugin network-wide and configure the enabled modules and the available connections in the network settings.
Go to "Settings" > "mosparo Integration" in the network administration, add connections, and enable modules.
Important: A website can always add additional connections and enable additional modules.
The origin of a connection will select the connection for a module:
wp-config.php
file connection is always the general default connection.Because of a missing event in the Everest Forms plugin, the invisible mode of mosparo can only work in the normal submission mode, not in the AJAX submission mode. We're waiting for an additional event in the Everest Forms plugin, which makes the mosparo plugin compatible again.