Skip to main content
Topic: redirect to a wordpress (external site) thank you page after submit form (Read 265 times) previous topic - next topic

redirect to a wordpress (external site) thank you page after submit form

Hi, i am looking for a way to redirect to an external url after user submited a form, but it do not work by just input the url in the "redirect after add"

how to perform this?

Re: redirect to a wordpress (external site) thank you page after submit form

Reply #1
i found the solution, thanks to wahome insight

add a page event, for "after add"

header("Location: http://www.example.com/another-page.php");
exit();