WP Max Submit Protect

plugin banner

Prevent large forms being submitted that may blow the server's field count limit and lose data.

Author:Academe Computing (profile at wordpress.org)
WordPress version required:3.6
WordPress version tested:4.2.3
Plugin version:1.1.2
Added to WordPress repository:11-01-2014
Last updated:30-07-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:7
Plugin URI:https://github.com/academe/wp-max-submit-prot...
Total downloads:13 114
Active installs:600+
plugin download
Click to start download

Some appications, such as ecommerce sites, can have administration forms that submit well over a thousand parameters. PHP, by default, is set to accept only one thousand parameters and so some of the submitted data can get lost.

Most applications don't check whether they received everything, and so data can get broken easily and silently. A WooCommerce product with 40 variations can have over 1300 submitted form items, and when saving the product you have no idea that much of that data is being discarded.

Luckily the maximum number of accepted parameters can be changed in php.ini The problem is, many site owners have no idea this needs to be done until it is too late and their application, for example their WooCommerce store, has lost half its product variations.

If using php.ini on your site, the file needs to be in the /wp-admin directory as that is where the admin forms are submitted to.

To protect yourself and make sure the server limit does not catch you unawares, install this plugin and let it run in the background. Each time you try to submit a form in the admin pages (e.g. updating a WooCommerce product with lots of variatrions) this plugin will check that the number of form parameters you are about to submit does not exceed the server limit. If it does, then it will inform you and give you the opportunity to postpone the submit while you increase the server settings. The link above describes how to set the limits on the server. More details in the FQAs.

This plugin has been tested against PHP5.4 but is written to be compatible with PHP5.3. The project repository is here:

https://github.com/academe/wp-max-submit-protect

Note: turning on the Gravity Forms' ""No-Conflict Mode" will disable this plugin. You may have reasons for using that setting, but it will disable most other plugins, some of which may be security-related.

Please let me know how this plugin works for you, whether you like it, and how it can be improved.


Screenshots
FAQ
ChangeLog