Title: Gravity Forms Related Fields Add-On
Author: Mike Manger
Published: <strong>16 ກໍລະກົດ 2015</strong>
Last modified: 5 ທັນວາ 2018

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ 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://lo.wordpress.org/plugins/gravity-forms-related-fields/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/gravity-forms-related-fields/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/gravity-forms-related-fields/#installation)
 * [ການພັດທະນາ](https://lo.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/) 28 ກຸມພາ 2019

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” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້
ໄດ້ມີສ່ວນຮ່ວມໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ 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/),
ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/gravity-forms-related-fields/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/gravity-forms-related-fields/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 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

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.0.6**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **8 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **70+**
 *  ເວີຊັນ WordPress ** 2.8.0 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **4.9.33**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/gravity-forms-related-fields/)
 * ແທັກ
 * [gravity forms](https://lo.wordpress.org/plugins/tags/gravity-forms/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/gravity-forms-related-fields/advanced/)

## ການໃຫ້ຄະແນນ

 4.5 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/gravity-forms-related-fields/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/gravity-forms-related-fields/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/gravity-forms-related-fields/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/gravity-forms-related-fields/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/gravity-forms-related-fields/reviews/?filter=1)

[ການທົບທວນຂອງທ່ານ](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/)