typo in attitude
This commit is contained in:
parent
715a997a1f
commit
6d5aa09088
|
@ -330,11 +330,11 @@
|
||||||
placeholder=""></textarea>
|
placeholder=""></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="basis-full my-10">
|
<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?
|
If we were to ask your parents/employer/or teachers about your attitudes towards work, what would they say?
|
||||||
</label>
|
</label>
|
||||||
<br/>
|
<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 }}"
|
class="form-input w-full h-64 {{ $formClasses }}"
|
||||||
placeholder=""></textarea>
|
placeholder=""></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
@ -349,7 +349,58 @@
|
||||||
</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.
|
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>
|
</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"
|
||||||
|
|
Loading…
Reference in a new issue