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

    (@msimpson)

    On your page place [cfdb-table] or [cfdb-datatable] short codes for each for to show it in a table. Place [cfdb-export-link] short code for a download link. Use the CFDB Short Code page to build the short codes.

    Thread Starter onei0120

    (@onei0120)

    I am constantly creating forms, I dont want to have to create a shortcode and download link for each form as it would be to time consuming, is there a way (maybe through PHP) to display all forms with their respective download buttons?

    Plugin Author Michael Simpson

    (@msimpson)

    You can see the list of forms on the admin page, and use download options there. But if you want to make a page with all the forms listed with a download button, that will be complicated to do. You would have to write code to query all the form names from the DB the create the respective buttons with download links.

    Thread Starter onei0120

    (@onei0120)

    If you can point me in the right direction I can probably take it from there, I am pretty code savy, any documentation on this anywhere?

    Plugin Author Michael Simpson

    (@msimpson)

    You would have to query the CFDB table for distinct form names, probably
    SELECT DISTINCT form_name FROM wp_cf7dbplugin_submits

    then for each form compose a download link. They would basically be all the same except have form=<form_name> different in each.

    Hi Michael is there a simple way of just showing all form submissions on one page? I have over 40 forms all with the same fields, and just want to produce a list of entries..

    like – [cfdb-table form=”all”]

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Display all form Tables’ is closed to new replies.