Retrieve GET parameter after form submission
-
Hi,
is it possible to retrieve GET parameter after form submission?
Unfortunately this doesn’t work (in functions.php) – $form is not being filled:
function custom_function_after_form_submit($contact_form) {
if(isset($_GET[“for”])) { $form= $_GET[“for”]; }
}
add_action(‘wpcf7_submit’, ‘custom_function_after_form_submit’);Thx for your support
Markus
- The topic ‘Retrieve GET parameter after form submission’ is closed to new replies.