Support

Account

Home Forums Backend Issues (wp-admin) Is it possible to compare two fields inside a "acf/validate_value" filter? Reply To: Is it possible to compare two fields inside a "acf/validate_value" filter?

  • Yes it is, but you need to access the value of the other field from the $_POST[‘acf’] array by its field key, example: $_POST['acf']['field_XXXXXXX']