Hello, I am using an iFrame to put the signup form on a secondary domain, but the problem is that after suscriber fills his info into the signup form and clicks to pay, the paypal windows is opening INSIDE the iframe instead of opening a new window or breaking the frame so the paypal page is in full size instead of inside the iframe. How do I put the sign up form inside an iframe but preventing the next page opening inside the iframe? Thanks!
change the form in signup.html to something like this: I think it was _parent, right? Or _top? Haven't used iframes in years...