typo in mt-form.html for attitude question

This commit is contained in:
Chris Cochrun 2024-01-09 13:19:50 -06:00
parent 6d5aa09088
commit c0889ff13d

View file

@ -349,58 +349,7 @@
</div> </div>
<div class="basis-full my-10"> <div class="basis-full my-10">
<label for="final-agreement" class="px-2"> <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. ;; (let ((form '(("age" . "150") 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.
;; ("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> </label>
<div class="my-4"> <div class="my-4">
<input type="radio" value="yes" id="final-agreement" name="final-agreement" <input type="radio" value="yes" id="final-agreement" name="final-agreement"