Display a field group based on the field value of an another field group. This field group location allows a more advanced way to render a field group. You need to enable the Field Global Conditional Logic in order to use it.
Note: The Global Conditional Logic is an extension of the native ACF Conditional Logic, which use Javascript to show/hide field dynamically on-page. This feature require all Fields & Field Groups using the Global Condition to be displayed on the same Options Page, Post, Page etc…
If you need to show/hide a field based on a value in the database (from an another options page, post, page…) you’ll have to use the acf/prepare_field
hook (see documentation) in combination with get_field()
(see documentation) instead.
Create a set of rules to determine edit screens
and |