updating mt-form and adding mission teacher questions
This commit is contained in:
parent
a6cb339e51
commit
b305bc5e4a
3 changed files with 19 additions and 2 deletions
|
@ -254,8 +254,9 @@
|
|||
|
||||
<label class="basis-full mt-8 mx-2" for="trip">Please select the trip that you'd prefer to go on. We reserve the right to move you to another trip if we need to. If you cannot go on a trip for sure, please tell us why in the next question.</label>
|
||||
<select id="trip" name="trip" class="form-select {{ $formClasses }} basis-full items-center mb-8">
|
||||
<option value="New Mexico">New Mexico</option>
|
||||
<option value="Mexico">Mexico</option>
|
||||
<option value="SPLASH">SPLASH</option>
|
||||
<option value="Tulsa">Tulsa, Oklahoma</option>
|
||||
<option value="Cary">Cary Christian Center</option>
|
||||
</select>
|
||||
<!-- <div class="flex-auto basis-1/3">
|
||||
<label for="trip-2" class="basis-1/2">Mexico</label>
|
||||
|
|
|
@ -94,6 +94,15 @@
|
|||
class="form-input w-full h-64 {{ $formClasses }}"
|
||||
placeholder=""></textarea>
|
||||
</div>
|
||||
<div class="basis-full mt-10">
|
||||
<label for="behavior" class="p-4">
|
||||
How do you see this student's behavior during schoolwide activities?
|
||||
</label>
|
||||
<br/>
|
||||
<textarea id="team-challenges" name="team-challenges"
|
||||
class="form-input w-full h-64 {{ $formClasses }}"
|
||||
placeholder=""></textarea>
|
||||
</div>
|
||||
<div class="basis-full mt-10">
|
||||
<label for="extra-info" class="p-4">
|
||||
What else would you like to tell us about this student that might be relevant as we consider them for a mission trip?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue