dimsemenov / Magnific-Popup

Light and responsive lightbox script with focus on performance.
http://dimsemenov.com/plugins/magnific-popup/
MIT License
11.38k stars 3.49k forks source link

jQuery.validate not working in a MagnificPopup form #1053

Closed stesvis closed 6 years ago

stesvis commented 6 years ago

When a form is loaded inside a modal magnific popup dialog, the jquery.validate plugin doesn't seem to work. I can submit an empty form with required fields, and the plugin behavior is "bypassed", so i can't have any sort of client side validation in this case.

Is there a fix?