Get Your Free Quote
Step 1: Tell us about yourself
filter_input(INPUT_POST, 'fullName', FILTER_SANITIZE_STRING), 'email' => filter_input(INPUT_POST, 'email', FILTER_SANITIZE_EMAIL), 'phone' => filter_input(INPUT_POST, 'phone', FILTER_SANITIZE_STRING), ]; header('Location: subscribe-step2.php'); exit; } ?>
Step 1: Tell us about yourself