• I have 9-10 forms on my website fetching leads for me through various promotional activities. I’m also getting this data through email.

    When I search any data (e.g. name) in contact db in back-end, I have to search individually by selecting database table names from drop down, which takes a lot of time since I have 9-10 database tables.

    Is there a way I can make a single search for all the database tables?

    https://www.ads-software.com/plugins/contact-form-7-to-database-extension/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    In a short code or export link, set form="*" to get all forms. You can also specify the forms using form="form1,form2,form3"

    Thread Starter kaushikqi

    (@kaushikqi)

    Thanks!

    I’ve successfully downloaded the data by creating a link.

    Still the data I’m getting does not have any column mentioning the name of particular table. How do I do that?

    Plugin Author Michael Simpson

    (@msimpson)

    You won’t get a column indicating which form it came from. You might want to add a hidden field to your forms with a value that helps you track where the submission came from.

    Thread Starter kaushikqi

    (@kaushikqi)

    Sure, I can change the name of the fields, but does that affect the historic data?

    Plugin Author Michael Simpson

    (@msimpson)

    No

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Global Search in Backend’ is closed to new replies.