Contact Form 7 Database Addon – CFDB7

Descripción

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.

Características de CFDB 7

  • No se necesita configuración
  • Save Contact Form 7 form submitted data to the database.
  • Single database table for all contact form 7 forms
  • Plugin ligero y fácil de usar
  • Amigable para el desarrollador y fácil de personalizar
  • Display all created contact form 7 form list.
  • Export CF7 DB (CF7 Database – cf7db) data in CSV file

Form Email Testing Tool

Plugins

Pro Addons

Soporte: https://www.ciphercoin.com/contact/
Extensiones: Más extensiones para Contact Form 7

Capturas de pantalla

  • Administrador

Instalación

  1. Descarga y extrae los archivos del plugin en una carpeta dentro de wp-content/plugin
  2. Activa el plugin usando la interfaz de administrador de WordPress
  3. Done!

FAQ

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 ';';
});

Reseñas

5 de Febrero de 2025
What a great solution for saving forms in CSV format. At first I was really worried about this task as I don’t know PHP very well and thought it would be a real problem, but I found your plugin and it really saved me. Thank you very much!
3 de Febrero de 2025
They not only helped but there’s a plugin they created to help decipher the issue. Big Thanks!!!
25 de Enero de 2025
Very customizable contact forms. Might take a little time to understand all the options but well worth it. Now used several times on our sites. Thanks!
Leer los 1,822 comentarios

Colaboradores & Desarrolladores

“Contact Form 7 Database Addon – CFDB7” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

“Contact Form 7 Database Addon – CFDB7” ha sido traducido en 30 idiomas. Gracias a los traductores por sus contribuciones.

Traduce “Contact Form 7 Database Addon – CFDB7” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .

Historial de cambios

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

1.2.6.8

Added cfdb7_admin_subpage_columns hook