RT Frontend Entry View for Gravity Forms

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: 5
  • filter_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

  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. Use the shortcode [rt_gf_entries_view] in any page/post.

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 or other fields?

Currently, it supports text-based filtering for a single field. More advanced filtering is planned.

Reseñas

No hay valoraciones 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.

Colaboradores

Registro de cambios

1.0

  • Initial release – basic entries listing with pagination