Title: ACF Feeds for Gravity Forms
Author: Alex Chernov
Published: <strong>ئاب 4, 2021</strong>
Last modified: ئاب 11, 2021

---

گەڕان لە پێوەکراوەکان

![](https://ps.w.org/acf-feeds-for-gravity-forms/assets/banner-772x250.png?rev=2577576)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/acf-feeds-for-gravity-forms/assets/icon-256x256.png?rev=2577576)

# ACF Feeds for Gravity Forms

 لەلایەن [Alex Chernov](https://profiles.wordpress.org/alexusblack/)

[داگرتن](https://downloads.wordpress.org/plugin/acf-feeds-for-gravity-forms.1.0.1.zip)

 * [وردەکارییەکان](https://ku.wordpress.org/plugins/acf-feeds-for-gravity-forms/#description)
 * [پێداچوونەوەکان](https://ku.wordpress.org/plugins/acf-feeds-for-gravity-forms/#reviews)
 *  [دامەزراندن](https://ku.wordpress.org/plugins/acf-feeds-for-gravity-forms/#installation)
 * [گەشەپێدان](https://ku.wordpress.org/plugins/acf-feeds-for-gravity-forms/#developers)

 [پشتیوانی](https://wordpress.org/support/plugin/acf-feeds-for-gravity-forms/)

## وەسف

Use this plugin to update an ACF field(s) when Gravity Form is submitted. You also
can accumulate value in a certain field (only fields of type `Number` supported 
at the moment).

Features:

 * Target a wide range of WP entities: page, post, custom post, user, term, taxonomy,
   widget, comment, options page, current page/post.
 * Use GF merge tags in the ACF Target field
 * Simply map ACF and GF fields in one-to-one, one-to-many or many-to-many relations
 * Use operations on ACF fields to modify currently stored values
 * Number fields support +, – and * math operations
 * All text compatible fields support + operation to join strings
 * ACF field targets support merge tags
 * Implement complex logic with conditional feeds

Any GF field compatible with string/number values should work. Tested GF fields:
Single line text, Paragraph Text, Drop Down, Number, Checkboxes, Radio Buttons, 
Website, Email.
 Any ACF field compatible with string/number values should work.
Tested ACF fields: Text, Text Area, Number, Range, Email, Url, Password, Select,
Checkbox, Radio Button, Button Group, True / False

Example use cases:

 * Count number of submissions
 * Remember name/login/email of the last user who submitted the form
 * Make a simple page like feature
 * Save name of a last sold product

## سکرین شۆتەکان

[⌊Complex feed example: dynamic target, add & subtract accumulators, conditional
feed⌉⌊Complex feed example: dynamic target, add & subtract accumulators, conditional
feed⌉[

Complex feed example: dynamic target, add & subtract accumulators, conditional feed

[⌊Simple feed example: Likes counter accumulator. GF settings prevent multiple likes
from a single user⌉⌊Simple feed example: Likes counter accumulator. GF settings 
prevent multiple likes from a single user⌉[

Simple feed example: Likes counter accumulator. GF settings prevent multiple likes
from a single user

## دامەزراندن

 1. Upload `gravity-forms-acf-feeds` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. In Gravity Form select `ACF Feeds` settings
 4. Create a new ACF Feed
 5. Enter ACF target selector or leave it empty for the current/post page
 6. Map you form fields to ACF fields of your target

## پهد

### How I can target the page where my form is located?

Leave the target field empty, empty field means current page/post.

### How can I add/subtract a number to an ACF field instead of overriding it?

Add + or – before the ACF field name in the mapping settings.

### Can I target page/post/user dynamically?

Yes, the `Target` field supports merge tags, so you can pass target ID from your
form. It can come from a [dynamically populated GF field](https://docs.gravityforms.com/using-dynamic-population/)
too.

## پێداچوونەوەکان

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

### 󠀁[WOW Works like a charm!](https://wordpress.org/support/topic/wow-works-like-a-charm/)󠁿

 [bernardberry646](https://profiles.wordpress.org/bernardberry646/) ئەیلوول 4, 2021

With all of the functionality that Gravity Forms and ACF have they missed a MAJOR
one! This allows you “update” ACF Fields just by mapping that ACF field to a Gravity
Forms field in your form! Works just like expected and easily setup, no custom code
needed in function.php like so many other solutions! Thank you so much @alexusblack
for your knowledge & contribution to the community!

 [ خوێندنەوەی 1 پێداچوونەوە ](https://wordpress.org/support/plugin/acf-feeds-for-gravity-forms/reviews/)

## بەشداربووان و گەشەپێدەران

“ACF Feeds for Gravity Forms” نەرمەواڵەیەکی سەرچاوە کراوەیە. ئەم کەسانەی خوارەوە
بەشدارییان تێدا کردووە.

بەشداربووان

 *   [ Alex Chernov ](https://profiles.wordpress.org/alexusblack/)

[“ACF Feeds for Gravity Forms” وەربگێڕە بۆ زمانەکەی خۆت.](https://translate.wordpress.org/projects/wp-plugins/acf-feeds-for-gravity-forms)

### دەتەوێت بەشداربیت لە گەشەپێدان؟

[گەڕان لە کۆدەکەدا بکە](https://plugins.trac.wordpress.org/browser/acf-feeds-for-gravity-forms/)،
سەیری [تەمارگەی (SVN)](https://plugins.svn.wordpress.org/acf-feeds-for-gravity-forms/)
بکە، یان بەشداربە لە [ڕووداوتۆماری گەشەپێدان](https://plugins.trac.wordpress.org/log/acf-feeds-for-gravity-forms/)
لە ڕێگەی [(RSS)](https://plugins.trac.wordpress.org/log/acf-feeds-for-gravity-forms/?limit=100&mode=stop_on_copy&format=rss).

## ڕووداوتۆمارگەریی گۆڕین

#### 1.0.1

 * Support + (concatenation) operation for all string compatible ACF fields
 * Support + (addition) operation for all number compatible ACF fields
 * Allow merge tags in ACF field names. Can be used for dynamic operations or to
   change target ACF field based on the form data.
 * Code refactoring

#### 1.0.0

 * Initial release with basic functionality

## مێتا

 *  وەشان **1.0.1**
 *  دوایین بەڕۆژکردنەوە **5 ساڵ لەمەوبەر**
 *  دامەزراندنی چالاک **90+**
 *  وەشانی وۆردپرێس ** 5.4.0 یان بەرزتر **
 *  تاقیکراوەتەوە تا **5.8.0**
 *  وەشانی PHP ** 7.0 یان بەرزتر **
 *  زمان
 * [English (US)](https://wordpress.org/plugins/acf-feeds-for-gravity-forms/)
 * تاگەکان
 * [acf](https://ku.wordpress.org/plugins/tags/acf/)[advanced custom fields](https://ku.wordpress.org/plugins/tags/advanced-custom-fields/)
   [feed](https://ku.wordpress.org/plugins/tags/feed/)[gravity forms](https://ku.wordpress.org/plugins/tags/gravity-forms/)
   [integration](https://ku.wordpress.org/plugins/tags/integration/)
 *  [بینینی پێشکەوتوو](https://ku.wordpress.org/plugins/acf-feeds-for-gravity-forms/advanced/)

## هەڵسەنگاندنەکان

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/acf-feeds-for-gravity-forms/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/acf-feeds-for-gravity-forms/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/acf-feeds-for-gravity-forms/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/acf-feeds-for-gravity-forms/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/acf-feeds-for-gravity-forms/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/acf-feeds-for-gravity-forms/reviews/)

## بەشداربووان

 *   [ Alex Chernov ](https://profiles.wordpress.org/alexusblack/)

## پشتیوانی

هیچت هەیە بۆ وتن؟ پێویستت بە یارمەتییە؟

 [بینینی مەکۆی پاڵپشتی](https://wordpress.org/support/plugin/acf-feeds-for-gravity-forms/)