Descripción
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.
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.
- Use the shortcode
[rt_gf_entries_view]in any page/post.
Preguntas frecuentes
-
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 or other fields?
-
Currently, it supports text-based filtering for a single field. More advanced filtering is planned.
Reseñas
There are no reviews for this 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?
Revise el código , eche un vistazo al repositorio SVN , o suscríbase al log de desarrollo por RSS .
Registro de cambios
1.0
- Initial release – basic entries listing with pagination