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

Export to Excel (or CSV) creates multiple rows for each record, not columns. #78

Open jamminjames opened 5 years ago

jamminjames commented 5 years ago

Exporting from the database extension is not working right. It is not creating columns for each field of the record, but instead, multiple lines (rows) for each record.

We just upgraded to PHP 7.2, I'm wondering if that has anything to do with it.