Skip to content

MainWP — Installation & Setup

This guide covers installing WPSigner for MainWP (plugin slug insigner-mainwp) on the WordPress site that runs your MainWP Dashboard.

Install this addon only on the MainWP Dashboard. Do not install WPSigner or this addon on child sites for this workflow. Contracts stay on the agency Dashboard.


ComponentMinimumNotes
WordPress5.8+Tested up to 7.1
PHP7.4+Same as WPSigner
MainWP DashboardActiveDetected via MainWP activation checks
WPSignerActiveNeeds Document & Template models (WPS_VERSION)
CapabilitySee belowTeam users need MainWP extension access and WPSigner signature rights

To use the extension UI and AJAX actions, the logged-in user must:

  1. Pass MainWP extension ACL for insigner-mainwp, or have manage_options
  2. And, when WPSigner RBAC is present, pass \InSigner\Security\Permissions::can_use_signatures()

WordPress Administrators with full WPSigner access normally satisfy both. Team members who only have MainWP extension access but no WPSigner signing role will be denied — by design. See Security & Permissions.


On the Dashboard WordPress site:

  1. Install and activate MainWP Dashboard.
  2. Install and activate WPSigner (licensed). Complete the WPSigner setup wizard if needed.
  3. Create at least one active template in WPSigner (recommended before Quick create).

  1. Log in to the Account Portal → Addons.
  2. Download WPSigner for MainWP (wpsigner-mainwp-X.Y.Z.zip or portal name WPsigner-MainWP.zip).
  3. Keep the ZIP handy — portal download links expire after about one hour.

See Account Portal and Addons Overview for the general download flow.


  1. In WordPress: Plugins → Add New → Upload Plugin.
  2. Select the ZIP → Install NowActivate.
  3. On activation the addon:
    • Creates tables {prefix}wps_mainwp_links and {prefix}wps_mainwp_activity
    • Seeds default option imwp_settings
    • Registers with MainWP (mainwp_activate_extention)

If MainWP or WPSigner is missing, users with manage_options see an admin error notice. Fix dependencies before using the extension.


  1. Go to MainWP → Extensions.
  2. Find WPSigner and enable it (MainWP Team Control / extension ACL as needed).
  3. Open MainWP → Extensions → WPSigner.

You should land on the Contracts tab (admin.php?page=Extensions-Insigner-Mainwp).


Open the Settings tab and configure at least:

SettingRecommendation
Default templateRequired for Quick create & send
Default agency signerName + email for Signer 2+ on multi-signer templates
Default sending orderParallel (all at once) or Sequential
Auto-send checkbox defaultOn if you usually send immediately from Create

Full option list: Settings Reference.


After enabling, you should also see:

SurfaceWhere
Contracts widgetMainWP Dashboard overview
Contract cardClient Overview / Site overview contexts
WPSigner site tabSites → [site] → WPSigner
WPSigner columnManage Sites / Manage Clients
Addon cardWPSigner → Addons (deep-link to the extension)

If widgets are missing, confirm the extension is enabled and that MainWP metaboxes are not hidden for your user.


The addon registers on WPSigner → Addons. From there you can open the MainWP extension page directly. Activation of the PHP plugin is still done under Plugins (or the Addons Activate control when applicable).


  1. Download the new ZIP from the Account Portal (or your release channel).
  2. Replace the plugin via upload or your usual update process.
  3. Reload MainWP → Extensions → WPSigner and check Settings dependency indicators.

Database version is tracked as imwp_db_version (currently 1.1.0). Activation upgrades schema when needed.


Deleting the plugin via WordPress runs uninstall.php, which:

  • Drops wps_mainwp_links and wps_mainwp_activity
  • Deletes imwp_settings and imwp_db_version

WPSigner documents are not deleted. Only MainWP link/activity metadata is removed. Local mirror options such as imwp_client_contract_{id} may remain; remove manually if desired.