Integration for Salesforce and Contact Form 7, WPForms, Elementor, Formidable, Ninja Forms

Send Contact Form 7, WPforms, Elementor, Ninja Forms, Contact Form Entries Plugin and many other contact form submissions to salesforce.

v1.5.0CRM PerksUpdated Added 2k+ installs100% rating
29
Score
236
Errors
369
Warnings
+0
Change

Category Scores

Security0
Repo89
Performance100
Maintainability29

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

605 findings

Maintainability

284

10 issue groups

Security

224

12 issue groups

I18n

85

3 issue groups

WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_log_id".166
Category
Maintainability
Occurrences
166
Severity
warning

Sample message

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

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"' $sel >"'.78
Category
Security
Occurrences
78
Severity
error

Sample message

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

WARNINGSecurityRecommendedProcessing form data without nonce verification.49
Category
Security
Occurrences
49
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORI18nMissing Translators CommentA function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.38
Category
I18n
Occurrences
38
Severity
error

Sample message

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

ERRORSecurityNot PreparedUse placeholders and $wpdb->prepare(); found $id32
Category
Security
Occurrences
32
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $id

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.31
Category
Maintainability
Occurrences
31
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().29
Category
Maintainability
Occurrences
29
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNINGMaintainabilityNon Prefixed Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'add_page_html_'.$this->id".25
Category
Maintainability
Occurrences
25
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'add_page_html_'.$this->id".

ERRORI18nUnordered Placeholders TextMultiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Contact Form Entries is installed but not active. %sActivate Contact Form Entries%s to use the Contact Form Salesforce Plugin'.25
Category
I18n
Occurrences
25
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Contact Form Entries is installed but not active. %sActivate Contact Form Entries%s to use the Contact Form Salesforce Plugin'.

ERRORI18nText Domain MismatchMismatched text domain. Expected 'cf7-salesforce' but got 'contact-form-entries'.22
Category
I18n
Occurrences
22
Severity
error

Sample message

Mismatched text domain. Expected 'cf7-salesforce' but got 'contact-form-entries'.

Show 15 more
ERRORMaintainabilitydate date17
Category
Maintainability
Occurrences
17
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERRORSecurityUnescaped DBParameter15
Category
Security
Occurrences
15
Severity
error

Sample message

Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 107.

WARNINGSecurityMissing Unslash10
Category
Security
Occurrences
10
Severity
warning

Sample message

$_REQUEST[$key] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityInput Not Sanitized9
Category
Security
Occurrences
9
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_REQUEST[$key]

WARNINGSecurityUnescaped DBParameter8
Category
Security
Occurrences
8
Severity
warning

Sample message

Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 395.

WARNINGSecurityInterpolated Not Prepared7
Category
Security
Occurrences
7
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $active_clause at "SELECT * FROM $table_name WHERE form_id=%s $active_clause ORDER BY sort"

WARNINGMaintainabilityerror log print r6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

print_r() found. Debug code should not normally be used in production.

WARNINGSecurityInput Not Validated6
Category
Security
Occurrences
6
Severity
warning

Sample message

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

WARNINGSecurityMissing5
Category
Security
Occurrences
5
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilitySchema Change3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Attempting a database schema change is discouraged.

WARNINGSecuritywp redirect wp redirect3
Category
Security
Occurrences
3
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

WARNINGMaintainabilityMissing Version3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.

WARNINGMaintainabilityNon Prefixed Class Found2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

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

ERRORSecurityUnsafe Printing Function2
Category
Security
Occurrences
2
Severity
error

Sample message

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

WARNINGMaintainabilitytrademarked term2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

The plugin name includes a restricted term. Your chosen plugin name - "Integration for Salesforce and Contact Form 7, WPForms, Elementor, Formidable, Ninja Forms" - contains the restricted term "wp" which cannot be used at all in your plugin name.

Score History

First score snapshot

v1.5.0

29

Latest

Findings
605
Errors
236
Warnings
369
Check
2.0.0

Related Plugins

Account Engagement

2k+ active installs

32