Title: Gravity Forms Related Fields Add-On
Author: Mike Manger
Published: <strong>2015 年 7 月 16 日</strong>
Last modified: 2018 年 12 月 5 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/gravity-forms-related-fields.svg)

# Gravity Forms Related Fields Add-On

 作者：[Mike Manger](https://profiles.wordpress.org/mikemanger/)

[下载](https://downloads.wordpress.org/plugin/gravity-forms-related-fields.zip)

 * [详情](https://cn.wordpress.org/plugins/gravity-forms-related-fields/#description)
 * [评价](https://cn.wordpress.org/plugins/gravity-forms-related-fields/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/gravity-forms-related-fields/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/gravity-forms-related-fields/#developers)

 [支持](https://wordpress.org/support/plugin/gravity-forms-related-fields/)

## 描述

Any Gravity Form multiple choice field (select, checkbox or radio) can be mapped
to have the submission entries
 of another form as their values.

To create related fields edit a Gravity Form and go to ‘Related Fields’ from the
Form Settings menu.

Any multiple choice field (select, checkbox or radio) can be mapped to have the 
submission entries
 of another form as their values.

To create related fields edit a Gravity Form and go to ‘Related Fields’ from the
Form Settings menu.

## 屏幕截图

[⌊Adding a new related field connection. This will map the entries in the form "
B2B Buyer Personas" to be Checkbox options.⌉⌊Adding a new related field connection.
This will map the entries in the form "B2B Buyer Personas" to be Checkbox options
.⌉[

Adding a new related field connection. This will map the entries in the form “B2B
Buyer Personas” to be Checkbox options.

[⌊You can have multiple related field connections for each form and disable them
when they are not needed.⌉⌊You can have multiple related field connections for each
form and disable them when they are not needed.⌉[

You can have multiple related field connections for each form and disable them when
they are not needed.

## 安装

 1. Upload `gravity-forms-related-fields` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## 常见问题

  My populated field only displays the first 200 entries

This limit is set to reduce database timeouts. There is a filter `gfrf_entry_limit`
to increase the limit. As an example add the following code to your functions.php
file:

    ```
    function my_theme_change_gfrf_entry_limit( $entry_limit ) {
        return 500;
    }
    add_filter( 'gfrf_entry_limit', 'my_theme_change_gfrf_entry_limit' );
    ```

  I have found a bug

Please raise a ticket on the [issue tracker](https://bitbucket.org/lighthouseuk/gravity-forms-related-fields/issues).
Pull requests also accepted!

## 评价

![](https://secure.gravatar.com/avatar/aad363a5a41540a559a4733f3c091c46ac8c02062f13053dd31bf34b74eaf224?
s=60&d=retro&r=g)

### 󠀁[Amazingly useful.](https://wordpress.org/support/topic/amazingly-useful-10/)󠁿

 [michaeljreid](https://profiles.wordpress.org/michaeljreid/) 2019 年 2 月 28 日

Does what it says. Would be nice to include conditional logic.

 [ 阅读所有2条评价 ](https://wordpress.org/support/plugin/gravity-forms-related-fields/reviews/)

## 贡献者及开发者

「Gravity Forms Related Fields Add-On」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Mike Manger ](https://profiles.wordpress.org/mikemanger/)

[帮助将「Gravity Forms Related Fields Add-On」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/gravity-forms-related-fields)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/gravity-forms-related-fields/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/gravity-forms-related-fields/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/gravity-forms-related-fields/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/gravity-forms-related-fields/)。

## 更新日志

#### 1.0.6

 * Fixes issue with saving.
 * Bump tested with version.

#### 1.0.5

 * No code changes, re-releasing 1.0.4 as it was incorrectly tagged on WordPress.

#### 1.0.4

 * Fix PHP warnings if form fields aren’t initialized.

#### 1.0.3

 * Fix list table error in WordPress 4.3

#### 1.0.2

 * Add filter for populated entries limit

#### 1.0.1

 * Increase populated entries limit to 200 from 20

#### 1.0.0

 * First public release

## 额外信息

 *  版本 **1.0.6**
 *  最后更新：**8 年前**
 *  活跃安装数量 **70+**
 *  WordPress 版本 ** 2.8.0 或更高版本 **
 *  已测试的最高版本为 **4.9.29**
 *  语言
 * [English (US)](https://wordpress.org/plugins/gravity-forms-related-fields/)
 * 标签
 * [gravity forms](https://cn.wordpress.org/plugins/tags/gravity-forms/)
 *  [高级视图](https://cn.wordpress.org/plugins/gravity-forms-related-fields/advanced/)

## 评级

 4.5 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/gravity-forms-related-fields/reviews/?filter=5)
 *  [  1 条 4 星评价     ](https://wordpress.org/support/plugin/gravity-forms-related-fields/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/gravity-forms-related-fields/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/gravity-forms-related-fields/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/gravity-forms-related-fields/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/gravity-forms-related-fields/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/gravity-forms-related-fields/reviews/)

## 贡献者

 *   [ Mike Manger ](https://profiles.wordpress.org/mikemanger/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/gravity-forms-related-fields/)