开发者 | eitanatbrightleaf |
---|---|
更新时间 | 2025年9月18日 15:32 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPL-2.0+ |
版权网址: | 版权信息 |
[gravops_search]
that allows you to search and display Gravity Forms entries based on custom criteria. This plugin extends the Gravity Forms functionality by enabling frontend display of form entries with advanced filtering, sorting, and formatting options.
Key Features
[gravops_search target="1" search="2" display="1,2"]Search Value[/gravops_search]
Advanced usage with operators:
[gravops_search target="1" search="2,3" operators="contains,=" display="1,2,3" limit="10" sort_key="date_created" sort_direction="DESC"]Value1|Value2[/gravops_search]
Supported Attributes
target
- Form ID(s) to search (comma-separated)search
- Field ID(s) to search in (comma-separated)operators
- Search operators (=, is, contains, like, in, not in, etc.)display
- Field ID(s) to display (comma-separated)sort_key
- Field to sort by (default: id)sort_direction
- Sort direction: ASC, DESC, or RAND (default: DESC)sort_is_num
- Sort by numeric value (true/false)secondary_sort_key
- Secondary sort keysecondary_sort_direction
- Secondary sort directionunique
- Remove duplicate results (true/false)limit
- Number of results to return (default: 1, use "all" for unlimited)search_mode
- Search mode: "all" or "any" (default: all)separator
- Custom separator for multiple valuessearch_empty
- Search for empty values (true/false)default
- Default value when no results foundlink
- Add admin link to entries (true/false)/wp-content/plugins/go-search
directory, or install the plugin through the WordPress plugins screen directly.[gravops_search]
shortcode in your posts, pages, or widgets.Yes, this plugin extends Gravity Forms functionality and requires Gravity Forms to be installed and activated.
Yes, you can specify multiple form IDs in the target
attribute separated by commas.
The plugin supports: =, is, is not, isnot, !=, contains, like, not in, notin, in, lt (less than), gt (greater than), lt=, gt=
Yes, you can use field placeholders in the display
attribute like {1}
, {gos:2}
, or {gos:3;default-value}
for custom formatting.
Use the limit
attribute. Set it to a number for a specific limit, or "all" for unlimited results.