Run multiple instances of the same form on one page (with AJAX) without conflicts. An unofficial add-on for Gravity Forms.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
4
3 issue groups
Security
4
4 issue groups
I18n
1
1 issue group
Repo Compliance
1
1 issue group
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "mfigf_add_other_plugins_section".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "gform_multiple_instances_strings".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['nonce']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['nonce']. Check that the array index exists before using it.
Sample message
$_POST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Mismatched text domain. Expected 'multiple-gf-form-on-single-page' but got 'your-text-domain'.
Sample message
Tested up to: 6.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Potential connections found in static code analysis.
Outbound calls
3
External assets
0
Incoming endpoints
1
No notable third-party domains detected.
No external asset domains detected.
No public endpoints detected.
wp_ajax
First score snapshot
v1.2
82
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 82 | 10 | 5 | 5 | v1.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.