Support

Account

Home Forums General Issues Use conditional logic across another group? Reply To: Use conditional logic across another group?

  • Yes it is, but not withing the admin. You need to create an acf/prepare_field filter and alter the conditional logic value of the field you want to be conditional. This takes and array that includes the field key, comparison and value.

    To get started, create a field that uses conditional logic and export it to php and you can see what you need to do to set it up.