typo in attitude

This commit is contained in:
Chris Cochrun 2024-01-09 13:19:10 -06:00
parent 715a997a1f
commit 6d5aa09088

View file

@ -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"