mdsimpson / contact-form-7-to-database-extension

CFDB - WordPress plugin to save form submissions into a database
GNU General Public License v3.0
240 stars 59 forks source link

Form exclusion #8

Closed mayatekxp closed 7 years ago

mayatekxp commented 7 years ago

Hi , i'm having a problem with your plugin. I'd like to DONT SAVE data from some forms in my website. I made the proper configuration in the plugin option page->Do not save forms in DB named (comma-separated list, no spaces) Data of the form excluded are not recorded in the db table 'cf7dbplugin_submits' as configured but the problem is due the fact the pluging still store data (submit_time) in db table 'cf7dbplugin_st'. Please can you help me sort this out? greets

P.s.: You made a great job with this very usefull plugin.

mdsimpson commented 7 years ago

This is nothing to worry about. The cf7dbplugin_st is used to make sure there are no duplicate submit times generated. They are temporary values in that table are intermittently deleted.

mayatekxp commented 7 years ago

I'm not worried. I just need the plugin not record data from excluded forms in tath table Can you help me on this please?