
內容簡介
總結:這個外掛允許你使用簡碼在前端顯示特定Gravity Forms表格的輸入內容,具有清晰的表格版面、可配置限制的分頁、按特定字段過濾輸入內容、正確處理類型複雜的字段,並且輕巧易用。
1. 這個外掛的主要功能是什麼?
- 允許你使用簡碼在前端顯示特定Gravity Forms表格的輸入內容。
2. 這個外掛具有哪些關鍵功能?
- 清晰的表格版面展示表格內容。
- 可以根據需要配置限制來分頁展示表格內容。
- 能夠按特定字段來過濾展示的內容。
- 可以正確處理類型複雜的字段,如“姓名”。
- 是一個輕巧且易於使用的外掛。
3. 如何使用簡碼來顯示表格內容?
- 基本用法:[rt_gf_entries_view form_id="1"]
4. 這個外掛還有哪些可選屬性?
- limit – 每頁顯示的條目數。默認值為5。
- filter_field_id – 用於通過文字框進行過濾的字段ID。
5. 舉個例子來說明如何使用這些可選屬性?
- [rt_gf_entries_view form_id="2" limit="10" filter_field_id="3"]
- 這將每頁顯示10個表格內容,並且允許按字段ID 3 進行過濾。
6. 這個外掛的授權方式是什麼?
- 這個外掛的授權協議為GPLv2或更新版本。
外掛標籤
開發者團隊
② 後台搜尋「RT Frontend Entry View for Gravity Forms」→ 直接安裝(推薦)
原文外掛簡介
RT Frontend Entry View for Gravity Forms lets you display Gravity Forms entries anywhere on your WordPress site using a simple shortcode — no coding required. Built with a React-powered frontend, it delivers a fast, responsive, and interactive table of form entries directly on your pages or posts.
Whether you want to publish a directory, show user submissions, or create an internal dashboard, this plugin gives you full control over which entries are shown, how they look, and how visitors interact with them.
Key Features
Frontend Entry Table — Display form entries in a clean, responsive table layout that works on all screen sizes.
Views System — Create multiple named Views, each with its own form, columns, filters, colors, and shortcode. One plugin, many use cases.
AJAX Search & Pagination — Real-time global search and paginated results without page reloads, keeping your site fast.
Advanced Filtering — Filter entries by field value using operators: Contains, Equals, Starts With, Ends With, and IS NOT. Date-range filtering is supported for date fields.
Column Customizer — Let visitors toggle which columns are visible and reorder them via an intuitive modal interface.
Entry Details Modal — Click any row to open a full-detail popup modal without leaving the page.
Export to CSV & Excel — Built-in export button lets users download entries in CSV or Excel format.
Custom Styling — Set primary color, secondary color, and table header color to match your theme — no CSS required.
Shortcode Driven — Paste a shortcode anywhere: pages, posts, widgets, or page builders.
Gravity Forms Native — Reads entries directly through the official GFAPI, ensuring compatibility and security.
Who Is This Plugin For?
Businesses showing customer submissions, service requests, or inquiry forms on a members-only page.
Nonprofits publishing volunteer sign-ups or event registrations.
Developers who need a configurable entry display without building a custom solution from scratch.
Site owners who want to share form data with logged-in users or the public in a readable, filterable table.
How It Works
Install and activate the plugin alongside Gravity Forms.
Go to the RT GF Views menu in the WordPress admin.
Create a new View: choose a form, select which fields to display, configure filters, sorting, and colors.
Copy the generated shortcode (e.g. [rt_gf_entries_view view_id="5"]).
Paste the shortcode into any page or post — done.
The plugin registers a custom REST API endpoint (/wp-json/rt-gf/v1/entries) that the React frontend uses to fetch entries dynamically. All data is retrieved through Gravity Forms’ own GFAPI for reliability and compatibility.
Shortcode Usage
Recommended: Using a View
Create a View in the admin panel to configure all settings visually, then use the generated shortcode:
[rt_gf_entries_view view_id="123"]
view_id — The ID of your saved View. All display settings, colors, and filters come from the View.
Basic Usage (no View required)
Display entries for any form directly by its Form ID using default settings:
[rt_gf_entries_view form_id="1"]
Optional attributes:
limit — Number of entries shown per page. Default: 10. Example: limit="25".
Full example:
[rt_gf_entries_view form_id="2" limit="20"]
License
RT Frontend Entry View for Gravity Forms is licensed under the GPLv2 or later.
Full license text: https://www.gnu.org/licenses/gpl-2.0.html
