How to redirect after form submit to external link?
-
Hello,
I looked up Redirect readers to a specific page after submission
$redirects = array( '1370' => home_url( 'page_on_your_site' ), '2239' => home_url( 'another_page' ), '1370' => home_url( 'page_on_your_site' ), );
The snippet redirects to a page on my website. Is it possible to redirect (with noopener, noreferrer tags) to an external website?
Kind regards,
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to redirect after form submit to external link?’ is closed to new replies.