Redirect with GET parameter
-
Hello Everybody!
Please, help. Previously I performed redirects using “additional parameters” and “on_sent_ok”. You can control them in php, so it was ok.
Now “on_sent_ok” is deprecated. How should I pass some parameter to js (initiated by DOM event) if I want to add it as GET parameter to my url?
To be more precise: I get my cf7 form and pass its values to crm using wpcf7_before_send_mail hook. Then I get response from crm with some ID, and I need to pass this ID to another page with redirect.
Any idea?
Many thanks!
The topic ‘Redirect with GET parameter’ is closed to new replies.