This event occurs when the field "loses" focus. Ex. Validating a field value. if({my_field} <= 500) { sc_erro_mensage("invalid value "); } But this is a field validation, it will not prevent to submit the form.