I have a php form that the user fills out and once submitted, I want to redirect the user to a thank you page. It currently just loads to the same page with an error. here is my code..
<?php
$email = $_POST['email'];
$name1 = $_POST['name1'];
$name2 = $_POST['name2'];
$address1 =...