A function to block the submit button if some validation didn't pass.
Must be two ways
- User can pass some array, with all div's validation id's, than use some common class between then.
- User can use a common class and than only say the number of validation class used in the form.
A function to block the submit button if some validation didn't pass.
Must be two ways