Download the PHP package mdsimpson/contact-form-7-to-database-extension without Composer

On this page you can find all versions of the php package mdsimpson/contact-form-7-to-database-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package contact-form-7-to-database-extension

Build Status

Download the latest Install

Download GitHub Updater to get updates

Learn more at the CFDB documentation website

The "CFDB" plugin saves contact form submissions to your WordPress database and provides and administration page and shortcodes to view and display the data. Video tutorial on the CFDB Plugin Site

By simply installing the plugin, it will automatically begin to capture form submissions from:

Other form submissions can be saved with the addition of the [cfdb-save-form-post] short code on the target submission page.

Contact form plugins are great except for one thing...the ability to save and retrieve the form data to/from the database. If you get a lot of form submissions, then you end up sorting through a lot of email.

This plugin provides three administration pages in the administration area under the "Contact form DB" submenu.

Displaying Saved Data in Posts and Pages

Use shortcodes such as [cfdb-html], [cfdb-table], [cfdb-datatable], [cfdb-value] and [cfdb-json] to display the data on a non-admin page on your site. Use the short code builder page to set short code options.

Frequently Asked Questions

Is there a tutorial?

See the Video Tutorial

I installed the plugin but I don't see any of my forms listed in the administration page

Nothing will show until you have actual form submissions captured by this plugin. The plugin is not aware of your form definitions, it is only aware of form submissions.

Where can I find documentation on the plugin?

Refer the Plugin Site

Where do I see the data?

In the admin page, "Contact Form DB"

Can I display form data on a non-admin web page or in a post?

Yes, documentation on shortcodes [cfdb-html], [cfdb-datatable], [cfdb-table], [cfdb-json] and [cfdb-value], etc.

What is the name of the table where the data is stored?

wp_cf7dbplugin_submits

Note: if you changed your WordPress MySql table prefix from the default wp_ to something else, then this table will also have that prefix instead of wp_ ($wpdb->prefix)

If I uninstall the plugin, what happens to its data in the database?

By default it remains in your database in its own table. There is an option to have the plugin delete all its data if you uninstall it that you can set if you like. You can always deactivate the plugin without loosing data.


All versions of contact-form-7-to-database-extension with dependencies

PHP Build Version
Package Version
Requires php Version >5.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mdsimpson/contact-form-7-to-database-extension contains the following files

Loading the files please wait ....