by raintech357 on WordPress.org
Display Gravity Forms entries on the frontend using a simple shortcode, with support for pagination and filtering.
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.
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 boxExample:
[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.
This plugin is licensed under the GPLv2 or later.