Support

Account

Home Forums General Issues Trigger Email After File Upload Reply To: Trigger Email After File Upload

  • Hi @Kracke

    You can use a filter called acf/update_value (please read the docs to learn more) to hook into a value being updated.

    You can use this to fire the email function only when your file fields is updated.

    Thanks
    E