updating mission trip and health forms

This commit is contained in:
Chris Cochrun 2025-01-29 11:17:46 -06:00
parent 710ebb6031
commit 29bb3cb04e
4 changed files with 114 additions and 13 deletions

View file

@ -386,6 +386,23 @@
Later - Send $25 to the TFC Office
</label>
</div>
<label for="health-form" class="basis-full px-2">
Would you like to fill out the health form before paying?
</label>
<div class="basis-full">
<input type="radio" value="yes" id="registration" name="health-form"
class="form-input {{ $formClasses }}" checked>
<label for="registration" class="">
Yes
</label>
</div>
<div class="basis-full">
<input type="radio" value="no" id="registration" name="health-form"
class="form-input {{ $formClasses }}">
<label for="registration" class="">
No
</label>
</div>
<div class="basis-full mt-8">
<button type="submit" class="content-right rounded-lg bg-primary-700 h-12 w-24 focus:bg-primary-900 focus:ring focus:ring-primary-700 hover:bg-primary-900 float-right">Submit</button>
</div>