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
This is a jQUery Solution:
window.location("www.example.com");