| 开发者 | |
|---|---|
| 更新时间 | 2026年5月13日 22:53 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.8 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
rt-frontend-entry-view-for-gravity-forms folder to the /wp-content/plugins/ directory, or install it via the WordPress admin Plugins > Add New screen.No. Gravity Forms must be installed and activated. The plugin checks for GFAPI on load and shows an admin notice if Gravity Forms is missing.
Yes. You can create as many Views as you like, even for the same form. Each View has its own selected columns, filters, sort order, colors, and shortcode — allowing different displays on different pages.
Yes. When Advanced Filters are enabled in a View, date fields support start-date and end-date range filtering.
The following operators are available for text-based fields: Contains, Equals, Starts With, Ends With, and IS NOT.
Yes. When the Export feature is enabled in a View, a button appears that allows visitors to download the current set of entries as a CSV or Excel file.
Yes. When the Column Customizer is enabled, visitors can open a modal to show/hide columns and drag to reorder them. Their preferences apply immediately without reloading the page.
Yes. The frontend table is built with responsive CSS and adapts to smaller screens automatically.
Yes. On activation, the plugin creates a small meta table ({prefix}_rt_gf_view_meta) to store View settings efficiently. Views themselves are stored as a custom post type (rt_gf_view). The table is created automatically and upgraded silently on plugin updates.
By default the /wp-json/rt-gf/v1/entries endpoint is publicly accessible so that the shortcode can display entries to all visitors. If you need to restrict access to logged-in users only, use a capability check filter — or contact us for guidance.
WordPress 6.0 or higher and PHP 7.4 or higher. Tested up to WordPress 6.8.