selecting from contact form 7 using php
-
Hello all,
When creating a form using “Contact Form 7”, it creates information in the DB (as we all know) – but – the data is not in one table per form but is placed (or so it looks like) in a table called : wp_cf7dbplugin_submits. It seems to has all of the data for all fields and all forms created using “Contact Form 7”.
If I create a form called “Customer Information” that has about 10 fields, how can I do something like
“select * from Customer_Information where field1 = X and field 2 = Y” straight from the MySQL database? I know one can export into a CSV but how can one get the data using PHP?TIA
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘selecting from contact form 7 using php’ is closed to new replies.