I'm using PrettyPhoto to display a form. The implementation of inline is pretty straight forward and there is no problem there.
The form is submitted with JS for some reasons.
document.forms[0].submit();
The problem is that when submitting the form some validations are made and if the input is incorrect some error messages are returned. I want to display this in the same PrettyPhoto popup but the popup is closing when I press submit.