| Even when validation happens on the client, validation is still performed on the server. This is done for increased security reasons. If someone creates a dummy form and submits the form data to your web server, the person still won't be able to submit invalid data. In this way your secrete information can open for hacker or the person who can misuse it. For this reason to secure the information server validation are more preferable. |