Submit a form inside fancybox and redirect the page

后端 未结 1 1361
南旧
南旧 2020-12-21 17:18

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

相关标签:
1条回答
  • 2020-12-21 17:54

    Got a solution from this link

    Just added target="_top" for the form tag and it worked well.

    0 讨论(0)
提交回复
热议问题