Redirect stopped working
-
My form is located at: http://www.smoketournament.com/sign-up/
After hitting submit, it is supposed to redirect to a payment page where users can pay their entry fee via PayPal. It was working fine, but after updating WordPress and my plugins, the redirect no longer works.
The code I had in the Additional Settings box was:
on_sent_ok: "location.replace('http://www.smoketournament.com/payment/');"I checked the Contact Form 7 website and saw new code, so I changed it to this:
on_sent_ok: "location = 'http://www.smoketournament.com/payment/';"It shows the form submits and I get the email, but it doesn’t redirect. Can someone please tell me what I need to do to fix it? Thank you.
The topic ‘Redirect stopped working’ is closed to new replies.