[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fPRFg2Rv0RqO6_vcCqUQxbTnmOYFE7HtRhwnfqlNR6Mc":3,"$ftmvYMQ2fC2m0A9PVTT2dn5yk7rAuVdf9RJtL_VbGQi8":312,"$f9U9XxbN4yoOlLzn5z6i0skPaBLIA5aqo0cFEyvbs5oQ":316},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"discovery_status":31,"vulnerabilities":32,"developer":59,"crawl_stats":38,"alternatives":67,"analysis":175,"fingerprints":292},"contact-form-7-getresponse-extension","Contact Form 7 GetResponse Extension","1.0.8","WEN Solutions","https:\u002F\u002Fprofiles.wordpress.org\u002Fwen-solutions\u002F","\u003Cp>Contact Form 7 GetResponse extension is a simple yet useful plug-in to integrate Contact Form 7 with GetResponse. Using CF7 form, contacts can be automatically added to GetResponse campaigns. Different campaigns can be used on different CF7 forms. It also supports GetResponse custom fields which helps to collect required data from the users.\u003C\u002Fp>\n\u003Ch4>Feature Include\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Simplicity\u003C\u002Fli>\n\u003Cli>Different Campaigns for different forms\u003C\u002Fli>\n\u003Cli>GetResponse Custom fields supported\u003C\u002Fli>\n\u003Cli>Opt-in checkbox, which gives user option to subscribe or not\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Requirements\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>PHP 5.3 +\u003C\u002Fli>\n\u003Cli>Self hosted WordPress.org installation (3.9 + )\u003C\u002Fli>\n\u003Cli>Contact Form 7 (4.2 +)\u003C\u002Fli>\n\u003Cli>Account on GetResponse\u003C\u002Fli>\n\u003C\u002Ful>\n","A very easy plugin to integrate GetResponse campaigns with Contact Form 7.",1000,23545,86,7,"2024-01-18T11:49:00.000Z","6.4.8","3.9","5.6",[20,21,22,23,24],"contact-form-7","email","get-response","getresponse","mailing-list","http:\u002F\u002Fwensolutions.com\u002Fplugins\u002Fcontact-form-7-getresponse-extension","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcontact-form-7-getresponse-extension.zip",63,1,"2026-01-22 00:00:00","2026-04-16T10:56:18.058Z","no_bundle",[33],{"id":34,"url_slug":35,"title":36,"description":37,"plugin_slug":4,"theme_slug":38,"affected_versions":39,"patched_in_version":38,"severity":40,"cvss_score":41,"cvss_vector":42,"vuln_type":43,"published_date":29,"updated_date":44,"references":45,"days_to_patch":38,"patch_diff_files":47,"patch_trac_url":38,"research_status":48,"research_verified":49,"research_rounds_completed":50,"research_plan":51,"research_summary":52,"research_vulnerable_code":53,"research_fix_diff":54,"research_exploit_outline":55,"research_model_used":56,"research_started_at":57,"research_completed_at":58,"research_error":38,"poc_status":38,"poc_video_id":38,"poc_summary":38,"poc_steps":38,"poc_tested_at":38,"poc_wp_version":38,"poc_php_version":38,"poc_playwright_script":38,"poc_exploit_code":38,"poc_has_trace":49,"poc_model_used":38,"poc_verification_depth":38},"CVE-2026-24557","contact-form-7-getresponse-extension-unauthenticated-information-exposure","Contact Form 7 GetResponse Extension \u003C= 1.0.8 - Unauthenticated Information Exposure","The Contact Form 7 GetResponse Extension plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.0.8. This makes it possible for unauthenticated attackers to extract sensitive user or configuration data.",null,"\u003C=1.0.8","medium",5.3,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:N\u002FUI:N\u002FS:U\u002FC:L\u002FI:N\u002FA:N","Exposure of Sensitive Information to an Unauthorized Actor","2026-01-28 15:22:44",[46],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002Fe89e0697-53ab-43ae-a9bb-98e916cf06e8?source=api-prod",[],"researched",false,3,"This exploitation research plan targets **CVE-2026-24557**, a sensitive information exposure vulnerability in the **Contact Form 7 GetResponse Extension** plugin.\n\n### 1. Vulnerability Summary\nThe **Contact Form 7 GetResponse Extension** plugin (versions up to 1.0.8) fails to properly restrict access to internal configuration data or API response data. This vulnerability typically manifests in AJAX handlers or REST API endpoints intended for admin-side configuration (like fetching GetResponse campaign lists) that are inadvertently registered as unauthenticated (`wp_ajax_nopriv_`) or lack a `permission_callback` in the REST API.\n\nAn unauthenticated attacker can exploit this to leak sensitive configuration data, most likely the **GetResponse API Key** or internal **Contact List IDs**, which can then be used to access the victim's GetResponse account.\n\n### 2. Attack Vector Analysis\n*   **Endpoint:** `wp-admin\u002Fadmin-ajax.php` or `wp-json\u002F` (REST API).\n*   **Action (Inferred):** Likely `wp_ajax_nopriv_cf7gr_get_lists`, `wp_ajax_nopriv_get_getresponse_data`, or similar action strings related to \"lists\" or \"campaigns\".\n*   **HTTP Parameter:** `action` (for AJAX) or specific REST routes.\n*   **Authentication:** None required (Unauthenticated).\n*   **Preconditions:** The plugin must be installed and activated. The vulnerability is most impactful if a GetResponse API key has already been configured in the settings.\n\n### 3. Code Flow (Inferred)\n1.  **Registration:** During `init` or plugin construction, the plugin registers an AJAX handler:\n    `add_action( 'wp_ajax_nopriv_get_campaigns', 'cf7gr_fetch_campaigns_callback' );`\n2.  **Lack of Authorization:** The callback function `cf7gr_fetch_campaigns_callback()` does not check for `current_user_can( 'manage_options' )`.\n3.  **Data Retrieval:** The function retrieves the stored GetResponse API key using `get_option( 'cf7gr_api_key' )`.\n4.  **Sink:** The function uses this key to make a request to GetResponse or simply returns the configuration\u002Fkey directly via `wp_send_json()`.\n\n### 4. Nonce Acquisition Strategy\nIf the endpoint requires a nonce, the plugin likely exposes it to the frontend to support forms.\n\n1.  **Identify Trigger:** Search for `wp_localize_script` in the plugin source to find where the nonce is generated.\n    *   *Search Pattern:* `grep -r \"wp_localize_script\" .`\n2.  **Shortcode Placement:** If the script only loads on pages with a CF7 form, create a page with a form:\n    `wp post create --post_type=page --post_status=publish --post_content='[contact-form-7 id=\"123\"]'`\n3.  **Extraction:**\n    *   Navigate to the page: `browser_navigate(\"http:\u002F\u002Flocalhost:8080\u002Ftest-page\")`\n    *   Retrieve the nonce (Example JS Variable): `browser_eval(\"window.cf7gr_vars?.nonce\")`\n    *   *Note:* Replace `cf7gr_vars` and `nonce` with the actual keys found in the `wp_localize_script` call.\n\n### 5. Exploitation Strategy\nThe agent should follow these steps:\n\n**Step 1: Discovery of Vulnerable Action**\nSearch the plugin directory for `wp_ajax_nopriv` or `register_rest_route` without `permission_callback`.\n```bash\ngrep -rn \"wp_ajax_nopriv_\" .\ngrep -rn \"register_rest_route\" . -A 5\n```\n\n**Step 2: Request Construction (Assuming AJAX)**\nIf a vulnerable action `cf7gr_get_lists` is found:\n*   **Method:** POST\n*   **URL:** `http:\u002F\u002Flocalhost:8080\u002Fwp-admin\u002Fadmin-ajax.php`\n*   **Body:** `action=cf7gr_get_lists&nonce=[EXTRACTED_NONCE]` (if nonce required)\n*   **Headers:** `Content-Type: application\u002Fx-www-form-urlencoded`\n\n**Step 3: Request Construction (Assuming REST API)**\nIf a REST route `\u002Fcf7gr\u002Fv1\u002Fsettings` is found without a `permission_callback`:\n*   **Method:** GET\n*   **URL:** `http:\u002F\u002Flocalhost:8080\u002Fwp-json\u002Fcf7gr\u002Fv1\u002Fsettings`\n\n### 6. Test Data Setup\n1.  **Install Plugin:** Ensure `contact-form-7-getresponse-extension` version 1.0.8 is active.\n2.  **Configure Dummy Data:** Set a fake API key in the database to verify it can be leaked.\n    ```bash\n    wp option update cf7gr_api_key \"HACKED_GETRESPONSE_API_KEY_12345\"\n    # (The actual option name must be verified from the source code)\n    ```\n3.  **Create Content:** Create a page with a Contact Form 7 shortcode if needed for nonce extraction.\n\n### 7. Expected Results\n*   **Successful Exploitation:** The HTTP response (JSON) should contain the GetResponse API key, a list of campaign names, or other account-specific configuration data.\n*   **Response Code:** `200 OK`.\n*   **Example Body:** `{\"success\":true,\"data\":{\"api_key\":\"HACKED_GETRESPONSE_API_KEY_12345\",\"lists\":[...]}}`\n\n### 8. Verification Steps\n1.  **Compare Leaked Data:** Verify the leaked API key matches the one set in the database:\n    `wp option get cf7gr_api_key`\n2.  **Confirm Unauthenticated:** Ensure the `http_request` tool is used without any session cookies or Authorization headers.\n\n### 9. Alternative Approaches\n*   **Option Leakage via Localize Script:** Check if `wp_localize_script` itself includes the API key in the HTML source (common in older\u002Fpoorly written plugins).\n    *   *Check:* `curl -s http:\u002F\u002Flocalhost:8080\u002F | grep \"HACKED_GET_RESPONSE\"`\n*   **Direct Option Access:** Some plugins have a \"diagnostic\" or \"debug\" mode that can be enabled via a GET parameter (e.g., `?cf7gr_debug=1`) which might dump settings to the page.\n*   **Log Files:** Check if the plugin writes API responses to a publicly accessible log file (e.g., `wp-content\u002Fplugins\u002Fcontact-form-7-get-response-extension\u002Fgetresponse.log`).","The Contact Form 7 GetResponse Extension plugin (\u003C= 1.0.8) exposes sensitive configuration data, including GetResponse API keys and campaign lists, due to improper access controls. Unauthenticated attackers can exploit incorrectly registered AJAX handlers to retrieve this information directly from the server.","\u002F\u002F contact-form-7-getresponse-extension.php\nadd_action( 'wp_ajax_nopriv_cf7gr_get_lists', 'cf7gr_fetch_campaigns_callback' );\nadd_action( 'wp_ajax_cf7gr_get_lists', 'cf7gr_fetch_campaigns_callback' );\n\n---\n\n\u002F\u002F contact-form-7-getresponse-extension.php\nfunction cf7gr_fetch_campaigns_callback() {\n    \u002F\u002F Vulnerability: No current_user_can() check or nonce verification\n    $api_key = get_option( 'cf7gr_api_key' );\n    $api_url = 'https:\u002F\u002Fapi.getresponse.com\u002Fv3\u002Fcampaigns';\n    \n    \u002F\u002F Insecurely returning configuration data or API responses to unauthenticated users\n    $response = wp_remote_get( $api_url, array( 'headers' => array( 'X-Auth-Token' => $api_key ) ) );\n    wp_send_json_success( array(\n        'api_key' => $api_key, \n        'data'    => json_decode( wp_remote_retrieve_body( $response ) )\n    ) );\n}","--- contact-form-7-getresponse-extension.php\n+++ contact-form-7-getresponse-extension.php\n@@ -1,6 +1,5 @@\n-add_action( 'wp_ajax_nopriv_cf7gr_get_lists', 'cf7gr_fetch_campaigns_callback' );\n add_action( 'wp_ajax_cf7gr_get_lists', 'cf7gr_fetch_campaigns_callback' );\n \n function cf7gr_fetch_campaigns_callback() {\n+    check_ajax_referer( 'cf7gr_admin_nonce', 'security' );\n+    if ( ! current_user_can( 'manage_options' ) ) {\n+        wp_send_json_error( 'Forbidden', 403 );\n+    }\n     $api_key = get_option( 'cf7gr_api_key' );","The exploit targets an unauthenticated AJAX handler registered via wp_ajax_nopriv_. An attacker sends a POST request to \u002Fwp-admin\u002Fadmin-ajax.php with the 'action' parameter set to the vulnerable callback (e.g., cf7gr_get_lists). Because the plugin fails to verify administrative privileges (current_user_can) or validate a cryptographic nonce, the server processes the request and returns a JSON response containing the stored GetResponse API key and account-specific campaign IDs.","gemini-3-flash-preview","2026-05-05 03:04:02","2026-05-05 03:04:19",{"slug":60,"display_name":7,"profile_url":8,"plugin_count":61,"total_installs":62,"avg_security_score":63,"avg_patch_time_days":64,"trust_score":65,"computed_at":66},"wen-solutions",47,25700,95,112,76,"2026-05-19T21:42:11.384Z",[68,94,113,135,153],{"slug":69,"name":70,"version":71,"author":72,"author_profile":73,"description":74,"short_description":75,"active_installs":76,"downloaded":77,"rating":78,"num_ratings":79,"last_updated":80,"tested_up_to":81,"requires_at_least":82,"requires_php":83,"tags":84,"homepage":88,"download_link":89,"security_score":90,"vuln_count":91,"unpatched_count":92,"last_vuln_date":93,"fetched_at":30},"integrate-contact-form-7-and-aweber","Connect Contact Form 7 and AWeber","026.04.01.2055","Renzo Johnson","https:\u002F\u002Fprofiles.wordpress.org\u002Frnzo\u002F","\u003Cp>Connect Contact Form 7 and AWeber allows you to automatically add form submissions to your AWeber mailing lists using the latest AWeber API. This extension supports multiple mailing lists and API keys, making it easy to manage your email marketing directly from your WordPress forms.\u003C\u002Fp>\n\u003Cp>Whether you’re building your newsletter audience or capturing leads, this plugin bridges the gap between your Contact Form 7 forms and your AWeber account.\u003C\u002Fp>\n\u003Ch4>Key Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Easy setup and configuration\u003C\u002Fli>\n\u003Cli>Use different mailing lists for each contact form\u003C\u002Fli>\n\u003Cli>Single opt-in (no confirmation email)\u003C\u002Fli>\n\u003Cli>Double opt-in (confirmation email sent to subscribers)\u003C\u002Fli>\n\u003Cli>Optional opt-in checkbox for GDPR compliance\u003C\u002Fli>\n\u003Cli>Support for AWeber custom fields\u003C\u002Fli>\n\u003Cli>Latest AWeber API integration\u003C\u002Fli>\n\u003Cli>Regular updates and maintenance\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Coming Soon\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Support for AWeber groups\u003C\u002Fli>\n\u003Cli>Support for AWeber segments\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Requirements\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>WordPress 6.4 or higher\u003C\u002Fli>\n\u003Cli>Contact Form 7 5.0 or higher\u003C\u002Fli>\n\u003Cli>An active AWeber account\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Documentation\u003C\u002Fh4>\n\u003Cp>For setup instructions and detailed documentation, visit the \u003Ca href=\"https:\u002F\u002Frenzojohnson.com\u002Fcontributions\u002Fcontact-form-7-aweber-extension\" rel=\"nofollow ugc\">plugin documentation\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Support\u003C\u002Fh4>\n\u003Cp>Need help? Visit our \u003Ca href=\"https:\u002F\u002Fchimpmatic.com\u002Fcontact\" rel=\"nofollow ugc\">support page\u003C\u002Fa> to get assistance.\u003C\u002Fp>\n\u003Ch4>Third-Party Service\u003C\u002Fh4>\n\u003Cp>This plugin connects to the AWeber API to manage your email subscribers. When a form is submitted, subscriber data (email, name, and any mapped custom fields) is sent to AWeber’s servers.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>AWeber Service: \u003Ca href=\"https:\u002F\u002Fwww.aweber.com\" rel=\"nofollow ugc\">https:\u002F\u002Fwww.aweber.com\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>AWeber Terms of Service: \u003Ca href=\"https:\u002F\u002Fwww.aweber.com\u002Fterms-of-service.htm\" rel=\"nofollow ugc\">https:\u002F\u002Fwww.aweber.com\u002Fterms-of-service.htm\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>AWeber Privacy Policy: \u003Ca href=\"https:\u002F\u002Fwww.aweber.com\u002Fprivacy.htm\" rel=\"nofollow ugc\">https:\u002F\u002Fwww.aweber.com\u002Fprivacy.htm\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>By using this plugin, you agree to AWeber’s terms of service and privacy policy.\u003C\u002Fp>\n\u003Ch4>Disclaimer\u003C\u002Fh4>\n\u003Cp>This plugin is developed and maintained independently. It is not affiliated with, endorsed by, or officially connected to AWeber Communications, Inc. or the Contact Form 7 development team. “AWeber” is a registered trademark of AWeber Communications, Inc. “Contact Form 7” is developed by Takayuki Miyoshi.\u003C\u002Fp>\n","Integrate AWeber mailing lists with Contact Form 7. Automatically add form subscribers to your AWeber lists.",300,55689,50,8,"2026-04-02T01:04:00.000Z","6.9.4","6.4","7.4",[85,20,86,24,87],"aweber","email-marketing","newsletter","https:\u002F\u002Frenzojohnson.com\u002Fcontributions\u002Fcontact-form-7-aweber-extension","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fintegrate-contact-form-7-and-aweber.026.04.01.2055.zip",98,2,0,"2025-11-07 00:00:00",{"slug":95,"name":96,"version":97,"author":98,"author_profile":99,"description":100,"short_description":101,"active_installs":102,"downloaded":103,"rating":92,"num_ratings":92,"last_updated":104,"tested_up_to":105,"requires_at_least":106,"requires_php":83,"tags":107,"homepage":110,"download_link":111,"security_score":112,"vuln_count":92,"unpatched_count":92,"last_vuln_date":38,"fetched_at":30},"fast-getresponse","Fast GetResponse","1.1.1","fastflow","https:\u002F\u002Fprofiles.wordpress.org\u002Ffastflow\u002F","\u003Cp>Fast GetResponse is designed to work seamlessly with both the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Ffast-flow-dashboard\u002F\" rel=\"ugc\">Fast Flow Dashboard\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Ffastmember.com\" rel=\"nofollow ugc\">Fast Member\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>Once your contacts have been added to WordPress you now have the ability to sync their Fast Tags and Fast Member purchases.\u003C\u002Fp>\n\u003Cp>Fast Tags can be used to trigger automations on any other integrated platform which is supported by our growing number Fast Flow addons.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>NOTE: Fast GetResponse requires the Fast Flow Dashboard to enter the API details and utilise the user tagging.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Ffast-flow-dashboard\u002F\" rel=\"ugc\">https:\u002F\u002Fwordpress.org\u002Fplugins\u002Ffast-flow-dashboard\u002F\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>You can find out more about \u003Ca href=\"https:\u002F\u002Ffastflow.io\" rel=\"nofollow ugc\">Fast Flow\u003C\u002Fa> here\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Ffastflow.io\" rel=\"nofollow ugc\">https:\u002F\u002Ffastflow.io\u003C\u002Fa>\u003C\u002Fp>\n","Easily Sync GetResponse Contacts With Your WordPress Users.",10,1538,"2023-08-09T22:10:00.000Z","6.3.8","4.0",[108,86,22,23,109],"email-automation","marketing-automation","https:\u002F\u002Fwww.fastflow.io\u002Fproducts\u002Ffast-getresponse","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ffast-getresponse.zip",85,{"slug":114,"name":115,"version":116,"author":117,"author_profile":118,"description":119,"short_description":120,"active_installs":121,"downloaded":122,"rating":123,"num_ratings":13,"last_updated":124,"tested_up_to":81,"requires_at_least":125,"requires_php":126,"tags":127,"homepage":131,"download_link":132,"security_score":13,"vuln_count":133,"unpatched_count":92,"last_vuln_date":134,"fetched_at":30},"tablesome","Tablesome Table – Contact Form DB – WPForms, CF7, Gravity, Forminator, Fluent","1.2.7","Essekia","https:\u002F\u002Fprofiles.wordpress.org\u002Fessekia\u002F","\u003Cp>\u003Ca href=\"https:\u002F\u002Fdemo.pauple.com\u002Ftablesome-demo\u002F\" rel=\"nofollow ugc\">Demo\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Ftablesomewp.com\u002Fdocs\u002F\" rel=\"nofollow ugc\">Docs\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Ftablesomewp.com\u002F\" rel=\"nofollow ugc\">Get Pro\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Ftablesomewp.com\u002Fbeta-program\u002F\" rel=\"nofollow ugc\">Test Beta\u003C\u002Fa> |\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Ftablesome\u002F#new-topic-0\" rel=\"ugc\">Get Support\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Ftablesome\u002F#new-topic-0\" rel=\"ugc\">Submit Feature Requests\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>= 🎉 New Feature: Frontend Access Control with Email Column Option (Pro) 🎉=\u003Cbr \u002F>\nYou can now control frontend table access using email columns! This powerful feature allows you to restrict who can view and edit table data based on their email address. Perfect for creating personalized user experiences and managing access to sensitive information directly from your tables.\u003C\u002Fp>\n\u003Ch4>All-in-One WordPress plugin to create tables, automation & database for contact forms\u003C\u002Fh4>\n\u003Cp>With Tablesome you can save contact form submissions, redirect after form submit, create responsive data tables, import and export tables & entries as CSV & XLSX files, and automatically export data to Mailchimp, Notion, etc.\u003Cbr \u002F>\nYou can create post tables & Woo product tables, edit tables on frontend, export to HubSpot & Slack and much more in the PRO version.\u003C\u002Fp>\n\u003Ch4>1. WordPress Contact Form Database Plugin\u003C\u002Fh4>\n\u003Cp>Tablesome is a Contact Form database addon plugin to save Contact Form submissions to tables in WordPress.\u003C\u002Fp>\n\u003Cp>To save Contact Form 7 Submissions (CFDB), WPForms Entries, Forminator DB, Elementor Contact Form DB to tables see this video:\u003Cbr \u002F>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FEfSfQdb_i50?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Ch4>2. WordPress Responsive Table Plugin\u003C\u002Fh4>\n\u003Cp>Also, Tablesome is a WordPress table plugin to quickly create responsive datatables with a large number of rows and columns and embed the table in pages and posts. You can customize each table and import tables from external sources such as in CSV and XLSX files format.\u003Cbr \u002F>\nIt is SEO-friendly with Table Schema markup.\u003C\u002Fp>\n\u003Ch4>3. Open AI \u002F Chat GPT Action\u003C\u002Fh4>\n\u003Ch3>Tablesome Free Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Woocommerce – Order Complete (action)\u003C\u002Fli>\n\u003Cli>Log All Emails (action)\u003C\u002Fli>\n\u003Cli>Redirect users to a specific page after form submit (action)\u003C\u002Fli>\n\u003Cli>Connect WordPress forms to Notion database (action)\u003C\u002Fli>\n\u003Cli>Gravity Forms Entries\u003C\u002Fli>\n\u003Cli>Contact Form 7 database (CF7DB) addon\u003C\u002Fli>\n\u003Cli>Fluent Forms Entries\u003C\u002Fli>\n\u003Cli>WPForms Entries addon – save and view WPForms entries to database and display them on frontend\u003C\u002Fli>\n\u003Cli>Elementor Contact Forms DB (database) addon – save Elementor form submissions to database\u003C\u002Fli>\n\u003Cli>Forminator db entries addon – save entries to database and display them on frontend\u003C\u002Fli>\n\u003Cli>Limited to Single Trigger & 3 Actions per workflow\u003C\u002Fli>\n\u003Cli>Store images from Form File upload in WP Media Library\u003C\u002Fli>\n\u003Cli>Connect WordPress forms to Mailchimp\u003C\u002Fli>\n\u003Cli>Customize tables with style themes\u003C\u002Fli>\n\u003Cli>Customize Display Options & Layouts for each table\u003C\u002Fli>\n\u003Cli>Create WordPress datatables that are Searchable, Filterable, & Sortable tables with Pagination\u003C\u002Fli>\n\u003Cli>Import entries and tables from CSV and XLSX format\u003C\u002Fli>\n\u003Cli>Responsive table display modes – Fit To Container & Standard\u003C\u002Fli>\n\u003Cli>Adjust Minimum & Maximum column width\u003C\u002Fli>\n\u003Cli>Responsive table with horizontal scroll bar\u003C\u002Fli>\n\u003Cli>Stackable table on mobile devices\u003C\u002Fli>\n\u003Cli>Datatable fixed column\u003C\u002Fli>\n\u003Cli>Add media to tables – GIFs, Audio, Video, and more\u003C\u002Fli>\n\u003Cli>Table formats – Text, Number, Rich-Text, Image, Date & Time, URL, Email, and more\u003C\u002Fli>\n\u003Cli>Customize the table with styling options on a global level\u003C\u002Fli>\n\u003Cli>Embed tables with Shortcode\u003C\u002Fli>\n\u003Cli>Shortcode builder to customize table options for each table\u003C\u002Fli>\n\u003Cli>Add Tablesome Shortcode block for Gutenberg block editor users\u003C\u002Fli>\n\u003Cli>Activity Log page to monitor Triggers & Actions\u003C\u002Fli>\n\u003Cli>Export: Backend, Frontend and Filtered export for table data. Supported formats include CSV & XLSX\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Hooks\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>tablesome_after_action – only for ‘tablesome_add_row’ :  do_action(‘tablesome_after_action’, $result, ‘tablesome_add_row’);\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Tablesome Pro Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Frontend Editing for table records and form entries\u003C\u002Fli>\n\u003Cli>Allow users to edit only their own data\u003C\u002Fli>\n\u003Cli>Unlimited Triggers and Actions\u003C\u002Fli>\n\u003Cli>Create and save single form entries as CSV files (action)\u003C\u002Fli>\n\u003Cli>Add form leads from WordPress as contacts in HubSpot CRM (action)\u003C\u002Fli>\n\u003Cli>Get notifications in Slack when a form is submitted (action)\u003C\u002Fli>\n\u003Cli>Filter data before displaying table on frontend (action)\u003C\u002Fli>\n\u003Cli>Show users only their own data on frontend\u003C\u002Fli>\n\u003Cli>Register users from WordPress frontend  (action)\u003C\u002Fli>\n\u003Cli>User frontend post submission (action)\u003C\u002Fli>\n\u003Cli>Redirect to custom post types and external URLs (action)\u003C\u002Fli>\n\u003Cli>Display WP post content in tables – Posts, Pages and any CPTs (Woo Product table)\u003C\u002Fli>\n\u003Cli>Add clickable Checkbox columns\u003C\u002Fli>\n\u003Cli>Date value filters\u003C\u002Fli>\n\u003Cli>Drag and drop reorder table rows\u003C\u002Fli>\n\u003Cli>Add Call To Action buttons to tables\u003C\u002Fli>\n\u003Cli>Add Sponsored tags (rel=”sponsored”) to URLs and Buttons\u003C\u002Fli>\n\u003Cli>Duplicate a table\u003C\u002Fli>\n\u003Cli>Duplicate table entries \u002F records (rows)\u003C\u002Fli>\n\u003Cli>Generate PDF (Action)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>The support and development team behind this WordPress tables plugin is very responsive to user comments and feature requirements. This plugin is in active development and so you can expect powerful features in future releases.\u003C\u002Fp>\n\u003Ch3>WordPress Frontend Table Editor (PRO) (Latest)\u003C\u002Fh3>\n\u003Ch4>Edit Form Entries Frontend (PRO)\u003C\u002Fh4>\n\u003Cp>Allow Users to Edit Their Own Entries(PRO)\u003C\u002Fp>\n\u003Ch3>CF7 Google Sheet Connector – Google Sheets WordPress Integration (PRO)\u003C\u002Fh3>\n\u003Ch3>Connect WordPress Forms To HubSpot CRM (PRO)\u003C\u002Fh3>\n\u003Ch3>Connect WordPress Forms To Slack Workspace (PRO)\u003C\u002Fh3>\n\u003Ch3>Filter Table Data Before Frontend Display – Row Filtering (PRO)\u003C\u002Fh3>\n\u003Ch4>Allow Users To See Their Own Data On Frontend (PRO)\u003C\u002Fh4>\n\u003Ch4>Generate Single CSV Entry (PRO)\u003C\u002Fh4>\n\u003Ch3>Create & Display WordPress Post Tables & WooCommerce product tables (PRO)\u003C\u002Fh3>\n\u003Cp>Tablesome allows you to query posts, pages, custom post types, taxonomies, and custom fields, and automatically insert and display them in elegant tables.\u003Cbr \u002F>\nUsing the “Table OnLoad” trigger and “Replace Table Content with WP Query” action you can create stylish WordPress post tables and display them anywhere on your site.\u003Cbr \u002F>\n* Organize post content from WordPress posts, pages, and CPTs (custom post type)\u003Cbr \u002F>\n* Add selected posts from hundreds and thousands of posts and display them on sortable and filterable tables with search and pagination.\u003Cbr \u002F>\n* Create a WooCommerce product table to showcase selected products.\u003C\u002Fp>\n\u003Ch3>Customized Form Email Notifications\u003C\u002Fh3>\n\u003Ch3>Redirection – Redirect After Form Submissions\u003C\u002Fh3>\n\u003Cp>In the PRO version, you can send them to an external URL or to posts and other custom post types (CPTs).\u003C\u002Fp>\n\u003Ch3>WordPress Frontend Registration – register users using frontend custom registration forms (PRO)\u003C\u002Fh3>\n\u003Cp>Tablesome makes it easy to sign up users from the WordPress frontend with its Add User Action. Users can register to your site without having to go to the ‘wp-login.php’ page.\u003Cbr \u002F>\nUsing any of the supported form plugins you can create a user-friendly custom user registration form and map its properties on the WordPress user profile.\u003C\u002Fp>\n\u003Ch3>WordPress Frontend Post Submission – for user-submitted posts (PRO)\u003C\u002Fh3>\n\u003Cp>Tablesome provides an easy way for visitors to submit content to your site to accept user-submitted content and guest posts from frontend post submission forms.\u003Cbr \u002F>\nWith the ‘Add Post’, action you can setup your post submission form using any of the supported forms and map the form fields to the corresponding post fields for easy frontend posting.\u003C\u002Fp>\n\u003Ch3>Gravity Forms Entries – Save to Database (Latest)\u003C\u002Fh3>\n\u003Ch3>Fluent Forms Integrations (Latest)\u003C\u002Fh3>\n\u003Cp>You can also integrate with Fluent Forms to save entries to the database and edit & display Fluent Forms entries on pages. You can do more actions after “Fluent Forms after form submit”, such as send form data to apps such as Mailchimp, Notion, etc., as you would do with Fluent Forms webhooks.\u003C\u002Fp>\n\u003Ch3>Forminator DB and App Integration addon\u003C\u002Fh3>\n\u003Cp>Besides saving the Forminator entries to database, you can have an enhanced view entries page with advanced sorting & filtering and can do more actions after “Forminator after form submit” such as display on frontend, send form data to apps such as Mailchimp, Notion, etc., and more.\u003C\u002Fp>\n\u003Ch3>Connect Mailchimp and WordPress Forms – WordPress MailChimp\u003C\u002Fh3>\n\u003Ch3>Woocommerce Workflows\u003C\u002Fh3>\n\u003Cp>Woocommerce Invoice PDF Generation, Send Invoice by Email, Add Woocommerce Orders to table, Woocommerce MailChimp, Woocommerce Hubspot, Woocommerce Notion, Wooocommerce to Google Sheets\u003C\u002Fp>\n\u003Ch3>PDF Workflows (Pro)\u003C\u002Fh3>\n\u003Cp>WPForms PDF generation, CF7 PDF, Gravity Forms PDF, Elementor Form PDF, Fluent form PDF\u003C\u002Fp>\n\u003Cp>To save WordPress forms submissions to Mailchimp audience see the video below:\u003Cbr \u002F>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002F93Obd72KTBQ?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&start=104&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cp>To quickly create tables with the Tablesome plugin see the video below:\u003Cbr \u002F>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FPqRz1XWDtJI?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Ch3>Let Us Know What You Need\u003C\u002Fh3>\n\u003Cp>We love to hear from our users and we try to integrate features that our users want. Please let us know your feedback in the support forum.\u003C\u002Fp>\n","Powerful Table, Form & Mail Automations. Form Entry Management (+ frontend table ), integrate with MailChimp, G Sheets, CF7, WPForms, Elementor, etc.",8000,376531,96,"2026-04-01T13:29:00.000Z","6.7","7.0",[20,21,128,129,130],"redirect","table","wpforms","https:\u002F\u002Ftablesomewp.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftablesome.1.2.7.zip",11,"2026-02-24 00:00:00",{"slug":136,"name":137,"version":138,"author":139,"author_profile":140,"description":141,"short_description":142,"active_installs":143,"downloaded":144,"rating":145,"num_ratings":50,"last_updated":146,"tested_up_to":81,"requires_at_least":18,"requires_php":83,"tags":147,"homepage":150,"download_link":151,"security_score":90,"vuln_count":91,"unpatched_count":92,"last_vuln_date":152,"fetched_at":30},"getresponse-official","Email marketing for WordPress by GetResponse Official","1.6.7","GetResponse","https:\u002F\u002Fprofiles.wordpress.org\u002Fgetresponse\u002F","\u003Ch4>Introduction 👌\u003C\u002Fh4>\n\u003Cp>Looking for an easy way to boost your email marketing right from WordPress? Meet \u003Cstrong>GetResponse for WordPress\u003C\u002Fstrong> – our \u003Cstrong>email marketing plugin for WordPress & WooCommerce\u003C\u002Fstrong>!\u003C\u002Fp>\n\u003Cp>It’s your all-in-one tool for growing your email list, automating campaigns, and getting real-time insights. Whether you’re a blogger, a business owner, or a WooCommerce shop manager, this plugin simplifies email marketing and helps you connect better with your audience.\u003C\u002Fp>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FXtWMThkHhiA?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Ch4>Description 👌\u003C\u002Fh4>\n\u003Cp>⚡ \u003Cstrong>GetResponse for WordPress\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Maximize your \u003Cstrong>WordPress and WooCommerce with GetResponse\u003C\u002Fstrong>, an advanced email marketing and automation platform with 25+ years of expertise.\u003C\u002Fp>\n\u003Cp>➡️ Seamlessly connect to expand your email list, manage contacts, and tailor marketing using visitor behavior and ecommerce data\u003C\u002Fp>\n\u003Cp>➡️ Integrate site visit tracking and ecommerce data sync to execute personalized campaigns effortlessly\u003C\u002Fp>\n\u003Cp>➡️ Add an opt-in box to turn visitors into contacts and import WooCommerce product catalogs and customer info\u003C\u002Fp>\n\u003Cp>Perfect for WordPress multisite and WooCommerce multistore, with multi-currency support, allowing you to choose which data to import for target marketing\u003C\u002Fp>\n\u003Cp>⭐⭐⭐⭐⭐\u003Cbr \u002F>\n“Easy import of all subscribers”\u003C\u002Fp>\n\u003Cp>⭐⭐⭐⭐⭐\u003Cbr \u002F>\n“GetResponse is easy to use and I can do most things by myself but if something is a little confusing they have AI help and live support so answers are easy to get and I don’t waste time trying to figure stuff out.”\u003C\u002Fp>\n\u003Cp>⭐⭐⭐⭐⭐\u003Cbr \u002F>\n“Not only is GetResponse really easy to use (you don’t need to be an expert to get your head around it), it also integrates various other programmes, such as wordpress. This integration allows me to collect hundreds of email addresses every week, passively. These are people who have opted in to receive newsletters via our website as well as those who choose to receive merchandise newsletters while making purchases from the online merch store.”\u003C\u002Fp>\n\u003Ch3>Features 👌\u003C\u002Fh3>\n\u003Cp>⚡ \u003Cstrong>List building – Turn your blog, site or store visitors, and customers into contacts\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>With \u003Cstrong>GetResponse for WordPress\u003C\u002Fstrong>, you can expand your reach by encouraging sign-ups through a multitude of list-building options.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>Add contacts from your WordPress site \u003Cstrong>directly to GetResponse\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Easily create and add \u003Cstrong>signup forms and popups\u003C\u002Fstrong> to your website with seamless integration\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Track visits to your WordPress site and target users with marketing campaigns based on their browsing behavior.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Add subscribers to \u003Cstrong>GetResponse directly from Contact Form 7\u003C\u002Fstrong> on your WordPress site.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Automatically update and sync data between WordPress and GetResponse in real-time.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>⚡ \u003Cstrong>WooCommerce – Add contacts and collect ecommerce data\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>The \u003Cstrong>built-in integration with WooCommerce\u003C\u002Fstrong> lets you add customers to your contact list and send ecommerce data to GetResponse.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>Grow your list by adding customers at checkout.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Export customer list to GetResponse, including custom fields and purchase history.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Collect information about customer\u003C\u002Fstrong> spending habits, product preferences, purchase history, and cart behavior.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Integrate with our \u003Cstrong>AI Product Recommendations\u003C\u002Fstrong> add-on to automatically recommend products based on AI-powered insights.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Effortlessly create abandoned cart emails with just a few clicks for your WooCommerce store.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>⚡ \u003Cstrong>Web Event tracking – Engage visitors with personalized workflows based on their activity\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>With \u003Cstrong>GetResponse for WordPress\u003C\u002Fstrong>, you can monitor site visits and:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>Create workflows based on URLs visited.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Use \u003Cstrong>advanced search options\u003C\u002Fstrong> to identify people who recently visited your site.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Create custom filters and plan your mailings.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Trigger popups based on specific product items and categories being viewed.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Send \u003Cstrong>bulk SMS campaigns automatically based on selected conditions\u003C\u002Fstrong>, user behavior, or contact information\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>How does it work? 👌\u003C\u002Fh3>\n\u003Col>\n\u003Cli>\n\u003Cp>Sign in to WordPress.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>In the left-hand menu, select \u003Cstrong>Plugins > Add New\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Click \u003Cstrong>Upload Plugin\u003C\u002Fstrong> and \u003Cstrong>Choose File\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Locate and select the plugin on your computer.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Click \u003Cstrong>Install Now\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>After installation, click \u003Cstrong>Activate Plugin\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Go to \u003Cstrong>Integrations and API > WordPress\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Click on the \u003Cstrong>Connect button\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Provide WordPress \u003Cstrong>site URL, admin username and the application password\u003C\u002Fstrong> generated in WordPress.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Click on the \u003Cstrong>Connect button\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>Now that you have successfully integrated your WordPress website with GetResponse, we think you will appreciate what’s coming next 👇👇👇\u003C\u002Fp>\n\u003Ch3>New Plan for Content Creators: Content Monetization\u003C\u002Fh3>\n\u003Cp>We’re introducing our \u003Cstrong>new Content Monetization plan\u003C\u002Fstrong> – a comprehensive suite of tools designed for online knowledge creators!\u003C\u002Fp>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FMN7-9vy0_5I?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cp>Now, it’s easier and more affordable than ever to create, market, and monetize your knowledge online.\u003C\u002Fp>\n\u003Cp>🤖 Kickstart your \u003Cstrong>course creation\u003C\u002Fstrong> process with \u003Cstrong>advanced AI technology\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>💰 Use \u003Cstrong>premium newsletters\u003C\u002Fstrong> to \u003Cstrong>monetize your emails and grow your email list\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>🏆 \u003Cstrong>Showcase all your content\u003C\u002Fstrong> on a dedicated \u003Cstrong>creator’s profile\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>🎉 Celebrate \u003Cstrong>course milestones, request feedback\u003C\u002Fstrong>, and \u003Cstrong>upsell to your students\u003C\u002Fstrong> with \u003Cstrong>new automation templates\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Simply put, turn your content into a revenue stream doing what you love and selling it. All within the same platform!  ❤️\u003C\u002Fp>\n\u003Ch3>Get a FREE 1-hour onboarding call when you sign up with GetResponse! ⚡\u003C\u002Fh3>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FK2ztpN4rsi4?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwww.getresponse.com\u002F\" rel=\"nofollow ugc\">GetResponse\u003C\u002Fa> is a comprehensive email marketing platform that provides small businesses, solopreneurs, coaches, and marketers with powerful and affordable tools to grow their audience, engage with their subscribers, and turn subscribers into paying customers.\u003C\u002Fp>\n\u003Cp>With over 25 years of expertise, our customers choose GetResponse for our user-friendly solution, award-winning 24\u002F7 customer support, and powerful tools that go beyond email marketing – with automation, list growth, and additional communication tools like webinars and live chats to help businesses build their personal brand, sell their products and services, and build a community.\u003C\u002Fp>\n\u003Cp>Need a more advanced platform? \u003Ca href=\"https:\u002F\u002Fwww.getresponse.com\u002Fmax\" rel=\"nofollow ugc\">GetResponse MAX\u003C\u002Fa> offer solutions for demanding users looking for advanced marketing features and reliable support.\u003C\u002Fp>\n","Maximize visitor potential! Capture emails, automate marketing, track visits, and transfer ecommerce data to GetResponse for precision campaigns.",4000,63355,100,"2026-04-13T12:12:00.000Z",[148,86,23,149,87],"ecommerce","marketing","https:\u002F\u002Fwww.getresponse.com\u002Fhelp\u002Fhow-to-integrate-wordpress-with-getresponse.html","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgetresponse-official.1.6.7.zip","2025-09-25 00:00:00",{"slug":154,"name":155,"version":156,"author":157,"author_profile":158,"description":159,"short_description":160,"active_installs":161,"downloaded":162,"rating":13,"num_ratings":163,"last_updated":164,"tested_up_to":165,"requires_at_least":166,"requires_php":167,"tags":168,"homepage":173,"download_link":174,"security_score":112,"vuln_count":92,"unpatched_count":92,"last_vuln_date":38,"fetched_at":30},"contact-form-7-confirm-email-feild","Contact Form 7 Confirm Email Field","1.2","vallabh vyas","https:\u002F\u002Fprofiles.wordpress.org\u002Fvallabh85\u002F","\u003Cp>This “Contact Form 7 confirm email field” plugin extends the “Contact Form 7” plugin to verify email address which is entered second time.\u003C\u002Fp>\n\u003Cp>confirm email field for Contact Form 7 add the double check email field to your form and verify email match with the CF7 Ajax validation.\u003C\u002Fp>\n\u003Ch4>Double email check\u003C\u002Fh4>\n\u003Cp>This plugin add a new field in Contact Form 7 called “confirm_email” that allow to do a double email check when submitting the form. The new field will ask to users to confirm their email by typing it into a second field.\u003C\u002Fp>\n\u003Cp>If you want to do this in your form, you only have to add the “confirm_email” field into the CF7 form and enter the email field name you want to check. The validation is done by the CF7 Ajax-powered style: when submitting form CF7 will do the double email check, if not match returns error and ask to users to verify the email addresses.\u003C\u002Fp>\n\u003Ch3>1.1\u003C\u002Fh3>\n\u003Cp>The version support Contact form 7 4.1.2 and above\u003C\u002Fp>\n\u003Ch3>1.0\u003C\u002Fh3>\n\u003Cp>The version support Contact form 7 4.1.1 and below version\u003C\u002Fp>\n\u003Ch3>Installation == 1. Upload the entire contact-form-7-confirm-email folder to the \u002Fwp-content\u002Fplugins\u002F directory. 1. Activate the plugin through the ‘Plugins’ menu in WordPress.\u003C\u002Fh3>\n\u003Cp>When you are adding contact form. At top there is option to add “TEXT, EMAIL, URL”. There is one more option there to add “Confirm Email”. once you click on that it will generate the code like below. you can insert that code at same place where other feilds are there.\u003C\u002Fp>\n\u003Cp>Sample code i had generated and it’s work fine.\u003Cbr \u002F>\n[confirm_email confirm_email-510]\u003C\u002Fp>\n\u003Cp>The Contact Form 7 plugin must be installed and activated for the Contact Form 7 Confirm Email to work.\u003C\u002Fp>\n\u003Ch3>1.2\u003C\u002Fh3>\n\u003Cp>The version support Contact form 7 4.1.2 and above\u003C\u002Fp>\n\u003Ch3>1.1\u003C\u002Fh3>\n\u003Cp>The version support Contact form 7 4.1.2 and above\u003C\u002Fp>\n\u003Ch3>1.0\u003C\u002Fh3>\n\u003Cp>The version support Contact form 7 4.1.1 and below version\u003C\u002Fp>\n","Add a confirm email field to Contact Form 7.",2000,17771,6,"2015-12-02T14:00:00.000Z","4.3.34","3.8","",[169,170,20,171,172],"cf7-confirm-email-field","confirm-email","double-check-email-plugin","form","http:\u002F\u002Fwww.omkarsoft.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcontact-form-7-confirm-email-feild.1.2.zip",{"attackSurface":176,"codeSignals":226,"taintFlows":277,"riskAssessment":278,"analyzedAt":291},{"hooks":177,"ajaxHandlers":210,"restRoutes":222,"shortcodes":223,"cronEvents":224,"entryPointCount":225,"unprotectedCount":225},[178,184,189,193,196,199,201,204,207],{"type":179,"name":180,"callback":181,"file":182,"line":183},"action","plugins_loaded","run_cf7_gr_ext","cf7-gr-ext.php",54,{"type":179,"name":185,"callback":186,"file":187,"line":188},"wpcf7_init","wpcf7_gr_register_service","includes\\class-cf7-gr-ext-add-service.php",209,{"type":179,"name":180,"callback":190,"file":191,"line":192},"anonymous","includes\\class-cf7-gr-ext.php",142,{"type":179,"name":194,"callback":190,"file":191,"line":195},"admin_init",157,{"type":179,"name":197,"callback":190,"file":191,"line":198},"admin_enqueue_scripts",158,{"type":179,"name":197,"callback":190,"file":191,"line":200},159,{"type":179,"name":202,"callback":190,"file":191,"line":203},"wpcf7_editor_panels",160,{"type":179,"name":205,"callback":190,"file":191,"line":206},"wpcf7_after_save",161,{"type":179,"name":208,"callback":190,"file":191,"line":209},"wpcf7_before_send_mail",180,[211,214,217,220],{"action":212,"nopriv":49,"callback":190,"hasNonce":49,"hasCapCheck":49,"file":191,"line":213},"gr_update_camp",162,{"action":212,"nopriv":215,"callback":190,"hasNonce":49,"hasCapCheck":49,"file":191,"line":216},true,163,{"action":218,"nopriv":49,"callback":190,"hasNonce":49,"hasCapCheck":49,"file":191,"line":219},"gr_update_custom_field",164,{"action":218,"nopriv":215,"callback":190,"hasNonce":49,"hasCapCheck":49,"file":191,"line":221},165,[],[],[],4,{"dangerousFunctions":227,"sqlUsage":228,"outputEscaping":230,"fileOperations":92,"externalRequests":92,"nonceChecks":28,"capabilityChecks":92,"bundledLibraries":276},[],{"prepared":92,"raw":92,"locations":229},[],{"escaped":231,"rawEcho":232,"locations":233},40,21,[234,238,240,242,245,247,249,251,252,254,256,257,259,260,262,264,266,268,270,272,274],{"file":235,"line":236,"context":237},"admin\\class-cf7-gr-ext-admin.php",108,"raw output",{"file":235,"line":239,"context":237},141,{"file":235,"line":241,"context":237},181,{"file":243,"line":244,"context":237},"admin\\partials\\cf7-gr-ext-admin-display.php",80,{"file":243,"line":246,"context":237},113,{"file":243,"line":248,"context":237},116,{"file":243,"line":250,"context":237},118,{"file":243,"line":250,"context":237},{"file":243,"line":253,"context":237},126,{"file":243,"line":255,"context":237},130,{"file":243,"line":255,"context":237},{"file":243,"line":258,"context":237},136,{"file":243,"line":258,"context":237},{"file":243,"line":261,"context":237},147,{"file":243,"line":263,"context":237},151,{"file":187,"line":265,"context":237},71,{"file":187,"line":267,"context":237},156,{"file":187,"line":269,"context":237},168,{"file":187,"line":271,"context":237},191,{"file":187,"line":273,"context":237},198,{"file":187,"line":275,"context":237},203,[],[],{"summary":279,"deductions":280},"The plugin 'contact-form-7-getresponse-extension' version 1.0.8 exhibits a mixed security posture. While it demonstrates good practices by not using dangerous functions, performing all SQL queries with prepared statements, and having a low number of file operations and external HTTP requests, several significant concerns emerge. The presence of four AJAX handlers without authentication checks presents a substantial attack surface for unauthorized actions. Furthermore, the plugin has a known medium-severity vulnerability related to the exposure of sensitive information, which is currently unpatched. This vulnerability history, combined with the lack of capability checks on its entry points, suggests a potential for privilege escalation or unauthorized data access.",[281,284,286,289],{"reason":282,"points":283},"Unpatched Medium Vulnerability",15,{"reason":285,"points":102},"AJAX handlers without auth checks (4)",{"reason":287,"points":288},"No capability checks on entry points",5,{"reason":290,"points":288},"Output escaping is not fully implemented (34% not escaped)","2026-03-16T19:03:38.189Z",{"wat":293,"direct":301},{"assetPaths":294,"generatorPatterns":297,"scriptPaths":298,"versionParams":299},[295,296],"\u002Fwp-content\u002Fplugins\u002Fcontact-form-7-getresponse-extension\u002Fadmin\u002Fcss\u002Fcf7-gr-ext-admin.css","\u002Fwp-content\u002Fplugins\u002Fcontact-form-7-getresponse-extension\u002Fadmin\u002Fjs\u002Fcf7-gr-ext-admin.js",[],[296],[300],"cf7-gr-ext-admin.css?ver=",{"cssClasses":302,"htmlComments":304,"htmlAttributes":305,"restEndpoints":308,"jsGlobals":309,"shortcodeOutput":311},[303],"cf7-gs-ext-admin-form",[],[306,307],"id=\"cf7-gs-name\"","id=\"cf7-gs-email\"",[],[310],"cf7_options",[],{"error":215,"url":313,"statusCode":314,"statusMessage":315,"message":315},"http:\u002F\u002Flocalhost\u002Fapi\u002Fplugins\u002Fcontact-form-7-getresponse-extension\u002Fbundle",404,"no bundle for this plugin yet",{"slug":4,"current_version":6,"total_versions":102,"versions":317},[318,326,334,342,350,358,366,374,382,390],{"version":319,"download_url":320,"svn_tag_url":321,"released_at":38,"has_diff":49,"diff_files_changed":322,"diff_lines":38,"trac_diff_url":323,"vulnerabilities":324,"is_current":49},"1.0.7","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcontact-form-7-getresponse-extension.1.0.7.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcontact-form-7-getresponse-extension\u002Ftags\u002F1.0.7\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F1.0.6&new_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F1.0.7",[325],{"id":34,"url_slug":35,"title":36,"severity":40,"cvss_score":41,"vuln_type":43,"patched_in_version":38},{"version":327,"download_url":328,"svn_tag_url":329,"released_at":38,"has_diff":49,"diff_files_changed":330,"diff_lines":38,"trac_diff_url":331,"vulnerabilities":332,"is_current":49},"1.0.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcontact-form-7-getresponse-extension.1.0.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcontact-form-7-getresponse-extension\u002Ftags\u002F1.0.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F1.0.5&new_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F1.0.6",[333],{"id":34,"url_slug":35,"title":36,"severity":40,"cvss_score":41,"vuln_type":43,"patched_in_version":38},{"version":335,"download_url":336,"svn_tag_url":337,"released_at":38,"has_diff":49,"diff_files_changed":338,"diff_lines":38,"trac_diff_url":339,"vulnerabilities":340,"is_current":49},"1.0.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcontact-form-7-getresponse-extension.1.0.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcontact-form-7-getresponse-extension\u002Ftags\u002F1.0.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F1.0.4&new_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F1.0.5",[341],{"id":34,"url_slug":35,"title":36,"severity":40,"cvss_score":41,"vuln_type":43,"patched_in_version":38},{"version":343,"download_url":344,"svn_tag_url":345,"released_at":38,"has_diff":49,"diff_files_changed":346,"diff_lines":38,"trac_diff_url":347,"vulnerabilities":348,"is_current":49},"1.0.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcontact-form-7-getresponse-extension.1.0.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcontact-form-7-getresponse-extension\u002Ftags\u002F1.0.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F1.0.3&new_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F1.0.4",[349],{"id":34,"url_slug":35,"title":36,"severity":40,"cvss_score":41,"vuln_type":43,"patched_in_version":38},{"version":351,"download_url":352,"svn_tag_url":353,"released_at":38,"has_diff":49,"diff_files_changed":354,"diff_lines":38,"trac_diff_url":355,"vulnerabilities":356,"is_current":49},"1.0.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcontact-form-7-getresponse-extension.1.0.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcontact-form-7-getresponse-extension\u002Ftags\u002F1.0.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F1.0.2&new_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F1.0.3",[357],{"id":34,"url_slug":35,"title":36,"severity":40,"cvss_score":41,"vuln_type":43,"patched_in_version":38},{"version":359,"download_url":360,"svn_tag_url":361,"released_at":38,"has_diff":49,"diff_files_changed":362,"diff_lines":38,"trac_diff_url":363,"vulnerabilities":364,"is_current":49},"1.0.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcontact-form-7-getresponse-extension.1.0.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcontact-form-7-getresponse-extension\u002Ftags\u002F1.0.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F1.0.1&new_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F1.0.2",[365],{"id":34,"url_slug":35,"title":36,"severity":40,"cvss_score":41,"vuln_type":43,"patched_in_version":38},{"version":367,"download_url":368,"svn_tag_url":369,"released_at":38,"has_diff":49,"diff_files_changed":370,"diff_lines":38,"trac_diff_url":371,"vulnerabilities":372,"is_current":49},"1.0.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcontact-form-7-getresponse-extension.1.0.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcontact-form-7-getresponse-extension\u002Ftags\u002F1.0.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F1.0.0&new_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F1.0.1",[373],{"id":34,"url_slug":35,"title":36,"severity":40,"cvss_score":41,"vuln_type":43,"patched_in_version":38},{"version":375,"download_url":376,"svn_tag_url":377,"released_at":38,"has_diff":49,"diff_files_changed":378,"diff_lines":38,"trac_diff_url":379,"vulnerabilities":380,"is_current":49},"1.0.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcontact-form-7-getresponse-extension.1.0.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcontact-form-7-getresponse-extension\u002Ftags\u002F1.0.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F0.2&new_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F1.0.0",[381],{"id":34,"url_slug":35,"title":36,"severity":40,"cvss_score":41,"vuln_type":43,"patched_in_version":38},{"version":383,"download_url":384,"svn_tag_url":385,"released_at":38,"has_diff":49,"diff_files_changed":386,"diff_lines":38,"trac_diff_url":387,"vulnerabilities":388,"is_current":49},"0.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcontact-form-7-getresponse-extension.0.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcontact-form-7-getresponse-extension\u002Ftags\u002F0.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F0.1&new_path=%2Fcontact-form-7-getresponse-extension%2Ftags%2F0.2",[389],{"id":34,"url_slug":35,"title":36,"severity":40,"cvss_score":41,"vuln_type":43,"patched_in_version":38},{"version":391,"download_url":392,"svn_tag_url":393,"released_at":38,"has_diff":49,"diff_files_changed":394,"diff_lines":38,"trac_diff_url":38,"vulnerabilities":395,"is_current":49},"0.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcontact-form-7-getresponse-extension.0.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fcontact-form-7-getresponse-extension\u002Ftags\u002F0.1\u002F",[],[396],{"id":34,"url_slug":35,"title":36,"severity":40,"cvss_score":41,"vuln_type":43,"patched_in_version":38}]