RT Frontend Entry View for Gravity Forms
RT Frontend Entry View for Gravity Forms
Description
This plugin allows you to display entries from a specific Gravity Forms form on the frontend using a shortcode. It supports creating “Views” to manage settings, filters, and display options.
Key features:
* Frontend Entry Table: Display form entries in a responsive, clean table layout.
* Advanced Filtering: Filter entries by text (Contains, Equals, Starts With, Ends With, ISNOT) and Date Ranges.
* Column Customizer: Users can toggle column visibility and reorder columns via a modal interface.
* Entry Details Modal: View full entry details in a popup modal.
* Export Functionality: Export entries to CSV or Excel.
* Search & Pagination: AJAX-powered global search and pagination.
* Custom Styling: Configure primary, secondary, and table header colors to match your theme.
* Views System: Create and manage multiple views with different settings for the same form.
Shortcode Usage
Using a View (Recommended)
Create a View in the admin panel to configure columns, filters, and colors, then use the generated shortcode:
[rt_gf_entries_view view_id="123"]
view_id– The ID of the configured View.
Basic Usage
Display entries directly by Form ID (uses default settings):
[rt_gf_entries_view form_id="1"]
Optional attributes for basic usage:
* limit – number of entries per page. Default: 10
Example:
[rt_gf_entries_view form_id=”2″ limit=”20″]
License
This plugin is licensed under the GPLv2 or later.
Installation
- Upload the plugin files to the
/wp-content/plugins/rt-frontend-entry-view-for-gravity-formsdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Ensure Gravity Forms is installed and activated.
- Create a “View” in the admin dashboard (if available) or use the shortcode directly.
Faq
Yes, it will not work without the Gravity Forms plugin installed and activated.
Yes, the plugin supports date range filtering for Date fields.
Reviews
Changelog
1.0
- Initial release – basic entries listing with pagination