Conditional Fields for Contact Form 7

Adds conditional logic to Contact Form 7.

v2.7.8Jules ColleUpdated 2026-06-18Added Jun 1, 2016100k+ installs96% rating100% support resolved
41
Score
113
Errors
52
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability80

Top Issues by Category

Issues Details

165 issues found in latest scan

ERROR78
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class_html'.

ERROR26
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNING15
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING7
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_conditional_panel".

WARNING7
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_plugins".

WARNING7
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING6
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['post'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR6
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING5
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['post']

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CF7CF".

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WPCF7_ADMIN_READ_WRITE_CAPABILITY".

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wpcf7_config_validator_available_error_codes".

WARNING1
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_POST['_wpnonce']. Check that the array index exists before using it.

ERROR1
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'cf7-conditional-fields' but got 'contact-form-7'.

ERROR1
badly_named_files

File and folder names must not contain spaces or special characters.

ERROR1
library_core_files

Library files that are already in the WordPress core are not permitted.

WARNING1
upgrade_notice_limit

The upgrade notice for "2.2.10" exceeds the limit of 300 characters.

Latest Snapshot

Findings

165

Errors

113

Warnings

52

Score History

First score snapshot

First scan completed Jun 19, 2026

v2.7.8 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v2.7.8

41

Latest

Findings
165
Errors
113
Warnings
52
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins