From 0deaf28a4ed908d48b1a79c1922813fd46ab84e9 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Sat, 1 Oct 2016 21:07:05 -0400
Subject: [PATCH] Change form back to get

It's unclear which form type is desired, but get is what the final example picture uses so I assume that's what is desired
---
 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 247bbb4..3e7f4ac 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="post">
+    <form action="http://www.randyconnolly.com/tests/process.php" method="get">
         <fieldset>
             <legend>Meeting Details</legend>
             <div>
-- 
GitLab