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

Logging of Caldera Forms not working #27

Open mrjabre opened 7 years ago

mrjabre commented 7 years ago

Submits of Caldera Forms are not logged anymore.

Solution: Change in File contact-form-7-to-database-extension\CFDBIntegrationCalderaForms.php Line 39 to add_action('caldera_forms_submit_complete', array(&$this, 'saveFormData'), 70, 4);

tianchx commented 6 years ago

i tried this solution, Caldera data can be saved, but the data seems not perfect, the form's element name (e.g. "{"opt1987784":xx,"opt2040467":yy}") were also saved which were not needed.