I\'m having problems redirecting the user to a thank you page after a successful form completion. What happens is that after the form submits, it goes to a blank page (https
you can try like this :
success: function (data) { window.location.href = data.redirecturl; }, error: function () { alert('error happened'); }