redirect after submission
-
I used this function:
<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(‘https://your_thank_you_page_url’);}},3000);});});})(window.jQuery);</script>It’s all ok, but if I have several forms How can I make a personalized page for each form.
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘redirect after submission’ is closed to new replies.