このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Add entries functionality to WPForms

説明

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)

スクリーンショット

  • Screenshot of entries for selected WPForms
  • Entries are also accessible form WPForms overview page
  • How to get WPForms ID
  • How to get field IDs
  • Screenshot of displaying WPForm entries on frontend

インストール

No special installation needed for the plugin
Download and extract plugin files to a wp-content/plugin directory.
Activate the plugin through the WordPress admin interface.

FAQ

Does this plugin provide shortcode to display WPForm entries on frontend?

Answer >> Yes, this feature has been included since 1.3.0.

I do not want to display all the columns/fields of my forms to end users so how can i exclude them on frontend?

Answer>> Yes, by using exclude_field_ids options of shortcode. Add comma separated field IDs that you want to exclude and they will not be displayed on frontend

I do want to display entry/record date/created on date on frontend, is it possible to do so?

Answer>> Yes, by using show_entry_date options of shortcode. Set the option as show_entry_date=yes,[name of the column]

Can i change the column name of the entry date on frontend?

Answer>> Yes, add custom column name as second field of show_entry_date options of shortcode. Set the option as show_entry_date=yes,[name of the column]

Does it save geo -locations of the users?

Answer >> No, it does not

Does this plugin support export functionality?

Answer >> Yes, this feature has been included since 1.1.0.

Does this plugin support deletion of entries?

Answer >> Yes, this feature has been included since 1.2.0.

Does this plugin deletes the entries when de-activated?

Answer>> No, it does not at the moment. A future release will have an option to delete the entries on deactivation in settings page

Does this plugin support multi-site?

Answer>> No, it does not at the moment.

Does this plugin support multi-lignual?

Answer>> No, it does not at the moment.

評価

2021年4月26日 1 reply
This is a really great plugin. I was looking for this functionality on my website, and this provides exactly what I needed and the best thing is it is free. It is very simple and really helped me.
2021年2月10日
As a beginner to WP, I am amazed at how easy it is to create forms with WPForms plugin. I went Pro as I love all the additional features that I could use for other forms on our website. I was looking for a feature that would allow file uploads and WPForms Pro delivers. THANK YOU!
2021年1月26日 1 reply
It works. Does exactly what is says it does. Integrates perfectly. Well done and many thanks!
4件のレビューをすべて表示

貢献者と開発者

Add entries functionality to WPForms はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Add entries functionality to WPForms” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.1.0

  • Added functionality of exporting entries of selected WPForm in CSV format

1.1.1

  • Fixed a minor bug related to export functionality

1.2.0

  • Added the functionality of bulk delete of entries

1.3.0

  • Fixed: A minor bug related to display of WPForm entries in Admin dashboard (WPForms>All Forms> Entries) as entries from first form were only being displayed
  • Enhancement: Added the functionality of displaying entries via shortcode on frontend

1.3.3

  • Fixed: A minor bug related to display of export button which was not appearing in case of single form
  • Enhancement: Added the functionality of displaying entry date via shortcode on frontend

1.3.4

  • Tested with 5.9.3 version of wordpress