Update is_the_information_correct.php
[clinton/MarylandElectronicPetitionSignature.git] / is_the_information_correct.php
index 3940c09..f7c1dd4 100644 (file)
@@ -26,6 +26,7 @@ if ($d['VTRID'] != ''){
   setcookie("pCOUNTY", $COUNTY);
   setcookie("pNAME", "$FIRSTNAME $MIDDLENAME $LASTNAME");
   setcookie("pADDRESS", "$ADDRESS $RESIDENTIALCITY $RESIDENTIALZIP5");
+  setcookie("pVTRID", $VTRID);
 }else{
    header('Location: warning_not_found.php');
 }