diff --git a/guestbook/submit.php b/guestbook/submit.php
index b2c8893..b02516d 100644
--- a/guestbook/submit.php
+++ b/guestbook/submit.php
@@ -48,7 +48,7 @@ if($mlength > 200) {
   echo "This message is too long";
   exit();
 }
-if($nlength > 12) {
+if($nlength > 25 ) {
   header('Refresh:2; url=' . $newURL );
   echo "The name is too long";
   exit();