Subscription confirmed redirect

Hi,

I am using a redirect URL for the Subscription confirmed page.

When using the row form, I see that the redirect URL opens in a new Window.
How can I have it open in the same window?

When using MailWizz form with the iframe, the redirect URL opens in the frame, which is very small and needs scrolling.
How can I have it open in the same window or another window, but not in the iframe?

Thank you.

Michel
 
Last edited:
Apply this patch to mailwizz and then when you embed the iframe, in the src param of the iframe, make sure you include the new param, &target=_blank. once you do this, your iframe version will open in a new tab also.
 

Attachments

  • mailwizz-p29772.zip
    8.2 KB · Views: 6
Example:
Code:
<iframe src="http://www.domain.com/index.php/lists/nd518062y6e75/subscribe?output=embed&width=400&height=400&target=_blank" width="400" height="400" frameborder="0" scrolling="no"></iframe>
 
I am going back to this. As I have installed the latest MW version, should I installed the patch or is it included in the latest version?

Also, how can I control better the opening of the confirmation message when using the row form. In some cases, I'd like the message to open in the same window, and other cases in a new window.

Thanks.

Michel
 
I am going back to this. As I have installed the latest MW version, should I installed the patch or is it included in the latest version?
Hey, latest version, as we speak, is 1.3.5.7 and that is enough to have installed, it contains the patch too.

Also, how can I control better the opening of the confirmation message when using the row form. In some cases, I'd like the message to open in the same window, and other cases in a new window.
For now what you see is what you get :)
 
Back
Top