Understanding on validate actions
The script actions that you define in the on validate event will be executed when a user submits the form to the server before the user data is stored in the database. Let's assume you have an Employee Management application. In that you have a Leave ...