I was hesitant, but took a chance that this would work.. and it does!
I’m only using the text field, can’t confirm the other fields.
ACF Version 6.1.6
Version 2.7.8
Is this plugin still supported? No questions have been answered and nobody seems to be able to get it working.
]]>Please could you help me understand what I’m doing wrong? I have a ‘Number’ ACF field and I have a ‘Quantity’ field in my Gravity Forms. I am trying to minus the quantity that the user enters from the ACF field and get it to update but it doesn’t seem to be updating. Please could you assist?
]]>Hi.
I have a gravity form that acts as a Registration form, with a field called ‘guid’. This has a pre populated value of simply 123.
I then have an ACF called ‘My GUID’ which shows on the Users profile.php page within WordPress.
When i submit the registration form, the new user is created BUT the ‘My GUID’ field is always empty within the User Profile.
The feed is setup as follows:
Name: ACF Feeds Feed 1
Target Type: ACF Target Selector
ACF Target ID: left blank
ACF Fields Map
Key: guid
Value My GUID
Hello,
I use Gravity Forms with Oxygen Builder. I had no worries but now I have a worries. Here I have a loop with posts (custom post Flash), I created a form that changes the taxonomy of the form to put it in the trash. So there is a “Flash ID” field: I get the ID of the post in question “add_filter( ‘gform_field_value_Flash_ID’, ‘get_Flash_ID’);
function get_Flash_ID( $value ) {
return $postid=get_the_ID();
}”
When my field is not hidden the ID of the post is the correct one, in my entries it gets the correct ID in the field “Flash_ID” but it applies the modification in the page where there is my loop and not in the ID I have recovered, yet in ACF Target ID I put {Flash_ID:5}
I don’t know where the problem comes from, can you help me?
Thank you!
]]>Hi
can I use ACF feeds for GF to add an image from ACF to a Gravity Form
I can’t get it to work
Hello,
I am currently trying to get this plugin to update my ACF fields based on what I put into the Gravity Form. The gist of what I am trying to create is a way for someone to fill out a form, then populate that data to an acf field, which is being used on the front of my site to update certain elements. The acf post id is post=75. The acf field I am trying to target within that acf post is called hero_title. The gravity form field is called Hero Title. I want to set the value of hero_title to be that of Hero Title, which updates it on the post of Homepage. Below I am listing the values the ACF Feeds settings are currently at:
Name: Home Page Form
Target Type: ACF Target Selector
ACF Target ID: {Homepage ACF ID:75}
ACF Fields Map:
– Key: hero_title
– Value: Hero Title
I’m trying to figure out where I’ve gone wrong, not sure why things aren’t updating for me. Maybe I’m misunderstanding what this plugin does? Any help would be awesome!
Thanks,
mattczencz