From b08b2117b6fe39133947a13c39e57bd200491ce7 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Sat, 1 Oct 2016 21:02:26 -0400
Subject: [PATCH] Change ch4-pt1 form to POST

As stated in last commit
---
 chapter04/chapter04-project01.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chapter04/chapter04-project01.html b/chapter04/chapter04-project01.html
index 3e7f4ac..247bbb4 100644
--- a/chapter04/chapter04-project01.html
+++ b/chapter04/chapter04-project01.html
@@ -73,7 +73,7 @@
         </tfoot>
     </table>
     
-    <form action="http://www.randyconnolly.com/tests/process.php" method="get">
+    <form action="http://www.randyconnolly.com/tests/process.php" method="post">
         <fieldset>
             <legend>Meeting Details</legend>
             <div>
-- 
GitLab