內容簡介
總結:這個外掛允許你使用簡碼在前端顯示特定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」→ 直接安裝(推薦)
原文外掛簡介
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.
