This plugin adds following functionalities to WPForms Lite 1) Saving WPForms entries into a wordpress database table 2) Displaying WPForms entries on WP dashboard 3) Displaying WPForms entries on a page, post and custom template using a shortcode (Details on usage of shortcode are mentioned below) 4) Displaying « Entry created on » date on frontend 5) Exporting WPForms entries in csv from admin screen
Entries are saved into custom database table in the back-end so it does not interferes with any of the functionalities of WPForms. This is a lightweight plugin, does not require any configuration or settings and provides simple yet effective view of all the entries associated with WPForms.
WPForm entries on a page, post and custom template are displayed using below shortcode (read about shortcode options carefully) and details for using shortcode are as below
[ank-wpform-entries id=123 search="Yes" show_columns="yes" , exclude_field_ids="", pagination="yes", show_entry_date=yes,Created On]
Details of Options of shortcode 1) id (it’s a required option of shortcode) = should be the WPForms ID for which you want to display the entries (you can get it from WPForms>All Forms , refer to screenshot section for details)
2) search (By default it’s turned off) = flag to enable search on frontend (set it as « Yes » or « YES » or « yes » to enable search) and any other value is considered as « No »
3) show_columns (By default it’s turned off) = flag to enable show/hide column functionality on frontend (set it as « Yes » or « YES » or « yes » to enable show/hide column functionality) and any other value is considered as « No »
4) exclude_field_ids (By default all fields are displayed) = comma separated field IDs to exclude create fields from frontend table (you can get field Ids of WPForms WPForms>All Forms>Select the form>Edit>Click on the field , Refer to screenshot section for more details)
5) pagination (By default it’s turned off) = flag to enable pagination on frontend (set it as « Yes » or « YES » or « yes » to enable pagination) and any other value is considered as « No »
6) show_entry_date (By default it’s turned off) = flag to hide/show « Created on » date frontend (set it as « Yes » or « YES » or « yes » to enable it and to change name of the column add the column name after comma)