diff --git a/index.php b/index.php
index 7de60de..6011be7 100644
--- a/index.php
+++ b/index.php
@@ -90,6 +90,9 @@
setcookie('name', $name, 0x7FFFFFFF);
$_COOKIE['name'] = $name;
+
+ setcookie('email', $email, 0x7FFFFFFF);
+ $_COOKIE['email'] = $email;
}
// Validate and move the uploaded image file, if necessary
@@ -532,7 +535,7 @@
(Optional)
-
+
@@ -564,7 +567,7 @@