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

    (@msimpson)

    In a shortcode or export, you can use

    All forms:
    form="*"

    List forms:
    form="form1,form2,form3"

    Form matches regular expression
    form="/^form.*/"

    But you can’t get an extra column with the form name.

    Thread Starter maorb

    (@maorb)

    Thanks Michael.

    I couldn’t find a place to define a list for all forms in the shortcodes section of the plugin, it only has there a select box to choose a form from the list of all defined forms.

    Anyway, what is needed and will be best is not to export the data, but a site editor should be able to use the regular admin panel page on
    /wp-admin/admin.php?page=CF7DBPluginSubmissions
    and there to be able choose to view all forms.

    Thread Starter maorb

    (@maorb)

    I think it might be a very useful feautre to add to a next version update of the pugin. I hope you will find this appropritate to add to the plugin.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘See all forms submits in one table’ is closed to new replies.