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.

link|improve this question

Is validation made client-side or server-side? Does the page do a full reload? – bububaba Feb 14 at 13:47
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.