victorjonsson / jQuery-Form-Validator

[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
972 stars 476 forks source link

Validate form within modal #608

Closed BigIWT closed 7 years ago

BigIWT commented 7 years ago

Hi I have a form page which is opened within a modal, but can't seem to get the validation to work. eg Form within on page modal - validation works Form called from another page, into a generic modal - validation doesn't work.

Any ideas how to proceed? thanks

victorjonsson commented 7 years ago

Need to see your code, otherwise I'm not able to help you.

BigIWT commented 7 years ago

Scratch that, I've located the source of my problem which relates to using maxlength within an input - I've raised another question.