Basically i have a gallery with three input fields in each item. I want first input_field to allow only 11 characters , similarly second input should allow < 6 characters and third one should allow only 1 character.
Now i want to check in the whole gallery if any input field is not obeying the rule , i want to hide the submit button in that case.
For Better Understanding ----->
GALLERY
1 item = 3 input fields with the above validation rules mentioned.
2 item = 3 input fields with different validation rules.
And the submit button should be disabled in-case any input field is not following the validation.
I know its complex and thats why I need some help.

Report
All responses (
Answers (