This plugin allows you to display entries from a specific Gravity Forms form on the frontend using a shortcode.
Key features:
* List form entries in a clean table layout.
* Paginate entries with configurable limits.
* Filter entries by a specific field.
* Handles complex field types like 「Name」 correctly.
* Lightweight and easy to use.
Shortcode Usage
Basic usage:
[rt_gf_entries_view form_id="1"]
Optional attributes:
limit– number of entries per page. Default:5filter_field_id– field ID to allow filtering via a text box
Example:
[rt_gf_entries_view form_id="2" limit="10" filter_field_id="3"]
This will show 10 entries per page for form ID 2, and allow filtering by field ID 3.
License
This plugin is licensed under the GPLv2 or later.






