I'm currently using a lightbox jquery plugin with iframe type to display my subscription form. Currently when you submit the form, it's redirecting the user in the iframe rather than performing the redirection on the parent frame.

So a better suggestion would be to change from location.href to top.location.href

Wouldn't hurt that much, does it? :)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jonloh’s picture

Status: Active » Needs review
FileSize
431 bytes

Status: Needs review » Needs work

The last submitted patch, 1: 2418093-change-location-href-to-top-location-href.patch, failed testing.