How to prevent jQuery FancyBox from closing immediately after submit?
- by Dimitri
Hi!
I'm loading an inline registration form in a FancyBox from jQuery. However after submitting the form, the box immediately closes while there is some feedback that I want to show the user in the FancyBox itself. This feedback is generated on the server side and is printed in the FancyBox.
How can I make the box only closing when their is no…