Home › Forums › ACF PRO › Gravity Forms – Select Fields › Reply To: Gravity Forms – Select Fields
Hi @engineroom
Please keep in mind that ACF saves two entries in the database, the value which is like this:
field_name : the value
And the reference, which is like this:
_field_name : field_123456789abc
It seems Gravity Form only creates the value, which makes ACF can’t get the correct object for that value. To fix it, you can update the entries by using the update_field() function when Gravity Form is saving the custom fields. To learn how to do it, kindly get in touch with Gravity Form support.
I hope this makes sense 🙂
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.