Viewing 1 replies (of 1 total)
  • You’ll need to wrap the place where you’ll put your subscription form with a div that have an unique ID, example:

    <div id="unique">YOUR FORM CODE</div>

    This way, you’ll modify the code to add this ID:

    <script>(function($){$(document).ready(function(){$('#unique form.widget_wysija').submit(function(e){e.preventDefault();setTimeout(function(){var msg=$('.wysija-msg');if(msg.text()!==''){window.location.replace('https://your_thank_you_page_url');}},3000);});});})(window.jQuery);</script>

    I hope this make sense.

Viewing 1 replies (of 1 total)
  • The topic ‘Redirection to a thank you page for JUST ONE MODULE’ is closed to new replies.