I have created a form with around 18 input fields. All the input fields contain 0 as the default value. I need to validate and prevent form submission and need to show an alert message if at least one of the default value won't be changed or updated by the user.
I'm using parsley validation to validate my form, so is it possible to achieve my requirement using parsley or javascript.
Thanks