RT Frontend Entry View for Gravity Forms

Plugin Banner

RT Frontend Entry View for Gravity Forms

by raintech357

Download
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.

  1. Upload the plugin files to the /wp-content/plugins/rt-frontend-entry-view-for-gravity-forms directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Ensure Gravity Forms is installed and activated.
  4. Create a “View” in the admin dashboard (if available) or use the shortcode directly.
Does this plugin require Gravity Forms?

Yes, it will not work without the Gravity Forms plugin installed and activated.

Can I filter entries by date?

Yes, the plugin supports date range filtering for Date fields.

1.0

  • Initial release – basic entries listing with pagination
Back to top