From 6d5aa09088d6fbde8acb9c798ff1db0683377a29 Mon Sep 17 00:00:00 2001
From: Chris Cochrun <chris@cochrun.xyz>
Date: Tue, 9 Jan 2024 13:19:10 -0600
Subject: [PATCH] typo in attitude

---
 layouts/shortcodes/mt-form.html | 57 +++++++++++++++++++++++++++++++--
 1 file changed, 54 insertions(+), 3 deletions(-)

diff --git a/layouts/shortcodes/mt-form.html b/layouts/shortcodes/mt-form.html
index d080afc..f3dc4e5 100644
--- a/layouts/shortcodes/mt-form.html
+++ b/layouts/shortcodes/mt-form.html
@@ -330,11 +330,11 @@
                       placeholder=""></textarea>
         </div>
         <div class="basis-full my-10">
-            <label for="attitude-toward-work" class="p-4">
+            <label for="attitude-torward-work" class="p-4">
                 If we were to ask your parents/employer/or teachers about your attitudes towards work, what would they say?
             </label>
             <br/>
-            <textarea id="attitude-toward-work" name="attitude-toward-work"
+            <textarea id="attitude-torward-work" name="attitude-torward-work"
                       class="form-input w-full h-64 {{ $formClasses }}"
                       placeholder=""></textarea>
         </div>
@@ -349,7 +349,58 @@
         </div>
         <div class="basis-full my-10">
             <label for="final-agreement" class="px-2">
-                I understand that in order for my application to be accepted I need to have this application, a health form, a picture, the $25 registration fee, and 3 reference forms all completed.
+                I understand that in order for my application to be accepted I need to have this application, a health form, a picture, the $25 registration fee, and 3 reference forms all completed. ;; (let ((form '(("age" . "150")
+ ;;               ("registration" . "later")
+ ;;               ("final-agreement" . "yes")
+ ;;               ("relevant-notes" . "")
+ ;;               ("attitude-toward-work" . "")
+ ;;               ("previous-trip-info" . "")
+ ;;               ("weaknesses" . "")
+ ;;               ("strengths" . "")
+ ;;               ("reasons-for-trip-choice" . "")
+ ;;               ("involvement-with-group" . "")
+ ;;               ("testimony" . "")
+ ;;               ("relationship-with-jesus" . "")
+ ;;               ("tripnotes" . "")
+ ;;               ("trip" . "New Mexico")
+ ;;               ("shirt" . "small")
+ ;;               ("tfcgroup" . "Phillipsburg")
+ ;;               ("churchattendanceother" . "")
+ ;;               ("churchattendance" . "yes")
+ ;;               ("church" . "")
+ ;;               ("pastorphone" . "9991112222")
+ ;;               ("pastorlastname" . "The White")
+ ;;               ("pastorfirstname" . "Gandalf")
+ ;;               ("grade" . "sophomore")
+ ;;               ("school" . "A cool one")
+ ;;               ("parentemail" . "bilbosmells@braggins.xyz")
+ ;;               ("email" . "chris@cochrun.xyz")
+ ;;               ("parentphone" . "8889990000")
+ ;;               ("cellphone" . "7853021664")
+ ;;               ("zip" . "67661")
+ ;;               ("state" . "Middle Earth")
+ ;;               ("city" . "The Shire")
+ ;;               ("street" . "1234 Bag End, 98 Hobbiton")
+ ;;               ("gender" . "Male")
+ ;;               ("birthdate" . "1873-11-23")
+ ;;               ("parentlastname" . "Braggins")
+ ;;               ("parentfirstname" . "Bilbo")
+ ;;               ("lastname" . "Braggins")
+ ;;               ("firstname" . "Frodo"))))
+ ;;   (with-html-string
+ ;;     (:doctype)
+ ;;     (:html
+ ;;      (:head (:title "TFC Mission Trip Form")
+ ;;             (:style (apply #'lass:compile-and-write *mail-css*)))
+ ;;      (:body
+ ;;       (:h1 (format nil "Mission Trip Form for ~a ~a" "Chris" "Ccohrun"))
+ ;;       (:hr)
+ ;;       (:table
+ ;;        (loop for row in form
+ ;;              do (:tr
+ ;;                  (:th (trim-whitespace (car row)))
+ ;;                  (:td (trim-whitespace
+
             </label>
             <div class="my-4">
                 <input type="radio" value="yes" id="final-agreement" name="final-agreement"