X-Git-Url: http://git.hcoop.net/clinton/MarylandElectronicPetitionSignature.git/blobdiff_plain/f406b58f2c4464ee1341790b64c4dfe5a9f6a529..5c5b10ac2ff5e62e532452b0ce7b6f978ed95e4f:/enter_information.php diff --git a/enter_information.php b/enter_information.php index 46a8c2d..58ca9b0 100644 --- a/enter_information.php +++ b/enter_information.php @@ -3,7 +3,14 @@ if (empty($_COOKIE['signature_status'])){ setcookie("signature_status", 'unverified'); } if (isset($_POST['web_first_name'])){ - $DOB=''; + $email=''; + if (isset($_POST['email'])){ + if ($_POST['email'] != ''){ + $email = $_POST['email']; + setcookie("email", $email); + } + } + $DOB=''; if (isset($_POST['DOB'])){ if ($_POST['DOB'] != ''){ $DOB = $_POST['DOB']; @@ -51,38 +58,104 @@ if (isset($_POST['web_first_name'])){ header('Location: is_the_information_correct.php'); } include_once('header.php'); +slack_general('Enter Information ('.$_COOKIE['invite'].')','md-petition'); +?> + + + query($qX); $dX = mysqli_fetch_array($rX); ?>
+ +
+

+
+ + +
+

E-Mail for Follow Up*

+
+
+
+ +
+

First Name

+
+
+
+ +
+

Last Name

+
+
+
+
-

+

Date of Birth

+
+
+ +
+ +
+
+
+
+

Phone Number**

+
+
+
+
+

Phone Format

+

443-123-4567

+
+
+
+

Building Number

+
+
+
+
+

House: 321 Here St.

+

Use: 321

+
-

First Name

-

Last Name

-

Date of Birth

+

Apartment: 21 Here St. Apt 1323

+

Use: 21

+
+
+
+

ZIP Code

+
+
-
-
-
-
+

ZIP Code Format

+

55555

+
+
-

House Number

-

ZIP Code

-

Phone Number

+
-
-
-
+
-
-
+
* E-Mail is not required, and will only be used internally, if we need to reach you. It will never sold or given out.
+
+
+
** PHONE NUMBER IS REQUIRED BY STATE OF MARYLAND. WE WILL NEVER USE YOUR PHONE NUMBER - NEVER CALL - NEVER FOR TEXT MESSAGES.
+