Linux 软件免费装
Banner图

Contact Form 7 Database Addon - CFDB7

开发者 arshidkv12
更新时间 2025年6月26日 13:20
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

contact form 7 cf7 contact form 7 db wpcf7 cf7 database

下载

1.2.7 1.2.8 1.2.1 1.2.5.3 1.2.6.2 1.0.8 1.2.4.1 1.2.4.5 1.1.2 1.1.4 1.2.2 1.2.5.8 1.2.5.4 1.2.10 1.2.4.7 1.2.9 1.1.6 1.3.0 1.3.1

详情介绍:

The "CFDB7" plugin saves contact form 7 submissions to your WordPress database. Export the data to a CSV file. By simply installing the plugin, it will automatically begin to capture form submissions from contact form 7. Features of CFDB 7 Form Email Testing Tool Plugins Pro Addons

安装:

  1. Download and extract plugin files to a wp-content/plugin directory.
  2. Activate the plugin through the WordPress admin interface.
  3. Done!

常见问题:

  1. How do you change the CSV delimiter to a semicolon?

To change the CSV delimiter to a semicolon, add the following code to your theme's functions.php file: add_filter('cfdb7_csv_delimiter', function( $delimiter ){ return ';'; });

更新日志:

1.3.1 Changed the text 1.3.0 Hooks are modified 1.2.10 Fixed csv header issues 1.2.9 Changed csv delimiter to comma with filter 1.2.8 Changed csv delimiter to semicolon 1.2.7 Extra protection for files