Hey! I have problems with my fantasy boxes!
I run the form inside fancybox. Usually it opens fancybox in iframe mode (since it starts as a widget from other domains). Inside this iframe, I open a second fancybox to display validation errors. All this works well.
But , if the user is viewing the URL of the form, I need a form to display in fancybox, which calls the form with type: inline. This is where the second fancybox fails, instead of popping up, over the parent fancybox, it replaces it - and my form disappears.
So ... How to run multiple instances of fancybox?
javascript jquery fancybox
Anders
source share