Home › Forums › ACF PRO › FormidablePro and URL field ACF › Reply To: FormidablePro and URL field ACF
Hi @hdcms
I’m not completely following your issue.
The URL field type in ACF is available for both regular and PRO version.
If you store a meta value on a post using FormidablePro that you want to access using ACF you’re going to run into a problem. Basically ACF uses two key > value pairs in the database for each meta value. One is the field name => field value
and the other is the field key => field name
.
If you save the values using FormidablePro the pair field key => field name
isn’t created. Then you have to manually save/update the post again for that to be created and THEN you can access it using the_field()
for example.
So you either have to use some sort of filter/action hook in FormidablePro to yourself use update_field()
and save the meta value with the Field key. Or you have to wait for FormidablePro to support ACF.. 🙂
Here’s some related info:
https://www.advancedcustomfields.com/resources/update_field/
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.