Descripción
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.
Instalación
- 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
-
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.
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
"RT Frontend Entry View for Gravity Forms" es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce "RT Frontend Entry View for Gravity Forms" a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.0
- Initial release – basic entries listing with pagination