I am using fancybox to display a form in my page, and when the form is submitted, i see that the next page is displayed inside the fancybox itself, instead of navigating to
Got a solution from this link
Just added target="_top" for the form tag and it worked well.