Input Validation

Input Validation

Before submitting data to the server, it is important to ensure all required form controls are filled out, in the correct format. This is called client-side form validation. The Iodine library is used for this purpose. See more on Github and to the code example below.