Linux 软件免费装

GravityOps Search

开发者 eitanatbrightleaf
更新时间 2025年9月18日 15:32
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPL-2.0+
版权网址: 版权信息

标签

shortcode search gravity forms entries form data

下载

1.0.0

详情介绍:

GravityOps Search provides a powerful shortcode [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 Shortcode Usage Basic usage: [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

安装:

  1. Upload the plugin files to the /wp-content/plugins/go-search directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Make sure you have Gravity Forms installed and activated.
  4. Use the [gravops_search] shortcode in your posts, pages, or widgets.

常见问题:

Does this plugin require Gravity Forms?

Yes, this plugin extends Gravity Forms functionality and requires Gravity Forms to be installed and activated.

Can I search multiple forms at once?

Yes, you can specify multiple form IDs in the target attribute separated by commas.

What search operators are supported?

The plugin supports: =, is, is not, isnot, !=, contains, like, not in, notin, in, lt (less than), gt (greater than), lt=, gt=

Can I display the search results in a custom format?

Yes, you can use field placeholders in the display attribute like {1}, {gos:2}, or {gos:3;default-value} for custom formatting.

How do I limit the number of results?

Use the limit attribute. Set it to a number for a specific limit, or "all" for unlimited results.