Support

Account

Home Forums General Issues Conditional logic applied to 'Required' Reply To: Conditional logic applied to 'Required'

  • Hi @permanyer

    I think you can use the “acf/validate_value” hook to do it. You can get the value from other fields from the $_POST[‘acf’][‘field_123456789’] variable, where ‘field_123456789’ is the key of the field you want to check.

    I hope this helps.