• 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)
  • Thread Starter d0mufasa

    (@d0mufasa)

    I know the data goes into the DB but it seems a little time consuming to have to download/export the data every time something is saved. It would be nice to have a program that could automate the retrieval of this data without having to:

    1. log in
    2. look at all of the rows
    3. set up an export.

    every 2 or 3 hrs.

    Does anyone have any idea how one can get the data out using a program?
    TIA

Viewing 1 replies (of 1 total)

The topic ‘selecting from contact form 7 using php’ is closed to new replies.