For some reason my form is not carrying the user inputted information over when it reloads. This is the page: http://www.searchtransparencysem.com...ance-quote.php This is the php: PHP Code: <?phpsession_start();/* Subject and Email Variables */ $subject = 'Insurance Quote Request'; $to = 'samuel@searchtransparencysem.com'; //samuel@searchtransparencysem.com //aaa@aaa.com /* Gathering Data Variables */ $name = $_POST['name'	


