Home › Forums › ACF PRO › Meta Location Rules for ACF5? › Reply To: Meta Location Rules for ACF5?
Actually, since posting my last comment here I have created a plugin that does this. However, the plugin can slow down your admin and it’s not really a good idea unless you really need it. You can dig through my code and implement it for your specific fields on the site.
Like I said, while I build this I would not use it as it will run JS on every choice field in all field groups one the page and it would be better to target only your specific field. For example, targeting a specific select field would look something like
// replace data-key with your field key
'change [data-key="field_12345678"] select': '_custom_field_location_change_select'
https://github.com/Hube2/acf-custom-field-locations-rule
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.