redirect to a wordpress (external site) thank you page after submit form February 07, 2022, 03:54:42 AM 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? Quote Selected
Re: redirect to a wordpress (external site) thank you page after submit form Reply #1 – February 09, 2022, 07:22:23 AM i found the solution, thanks to wahome insightadd a page event, for "after add"header("Location: http://www.example.com/another-page.php");exit(); Quote Selected