Hi JustRunLah!
I’m sorry, but it’s not possible. Actually, we use to allow it but for security reason we stopped allowing it.
Thanks!
Really?
NOBODY is going to notice the “Check your inbox or spam folder now to confirm your subscription.” when the page refreshes and its doesn’t stand out.
Whilst we wait patiently for MP3 (assuming it can be done in MP3) is there anyway we can get around this seemingly un-necessary limitation as I absolutely need this very soon!
That is already implemented on MailPoet 3, rest assured people!
Okay, here’s the code. Just paste it at the bottom of your footer.php after the wp_footer() call.
<script>
(function($){
$(document).ready(function(){
$('form.widget_wysija').submit(function(e){
e.preventDefault();
setTimeout(function(){
var msg=$('.wysija-msg');
if(msg.text()!==''){
window.location.replace('http://your_thank_you_page_url');
}
},3000);
});
});
})(window.jQuery);
</script>
Don’t forget to change the “your_thank_you_page_url” part.
Hi MP,
That’s great to know, thank you.
How can I make a conditional check against a particular List ID? In order to present a different re-direction URL. It this currently possible?