fixing up church and teacher forms

This commit is contained in:
Chris Cochrun 2023-01-04 11:17:39 -06:00
parent b487eae367
commit 9e498888fc
3 changed files with 16 additions and 7 deletions

View file

@ -51,7 +51,7 @@
</div>
<div class="basis-full mt-10">
<label for="commitment" class="p-4">
How would you rate the teenager's commitment to church and it's activities?
How would you rate the teenager's commitment to church and it's activities (or other activities that encourage spiritual growth)?
</label>
<br/>
<textarea id="commitment" name="commitment"
@ -68,11 +68,20 @@
placeholder=""></textarea>
</div>
<div class="basis-full mt-10">
<label for="characteristics" class="p-4">
What positive or negative characteristics do you see this teen bringing to a mission trip team?
<label for="pos-characteristics" class="p-4">
What positive or negative characteristics do you see this teenager bringing to a mission trip team?
</label>
<br/>
<textarea id="characteristics" name="characteristics"
<textarea id="pos-characteristics" name="pos-characteristics"
class="form-input w-full h-64 {{ $formClasses }}"
placeholder=""></textarea>
</div>
<div class="basis-full mt-10">
<label for="neg-characteristics" class="p-4">
What negative characteristics would you be concerned about this teenager bringing to a mission trip team?
</label>
<br/>
<textarea id="neg-characteristics" name="neg-characteristics"
class="form-input w-full h-64 {{ $formClasses }}"
placeholder=""></textarea>
</div>