I’m using the “toast” plugin to generate alerts in my application. On my login screen, I have an email input field, and the buttons for “login” and “forgot my password”. I need the system to issue an alert when the user enters an invalid email and tries to click the buttons. Here is an image of how I configured the button’s workflow to issue an alert if the field is empty, but regarding the email validity, it only respects the input’s own conditional (this input isn’t valid - border color all borders red).