Form validation ensures that the data is entered correctly. This saves time for both the sender and the receiver.
Validation can be added directly into your HTML.
This way you don't have to dive into your javascript everytime you need to add some rules.
Clientside validation can be activated when you add .form-validate
to your form.