visual changes for camp

This commit is contained in:
Chris Cochrun 2025-03-25 11:50:10 -05:00
parent a1d30626b5
commit 33b8c0d7c3
4 changed files with 46 additions and 40 deletions

View file

@ -4,7 +4,7 @@
<div id="mt-form" class="form text-lg w-full">
<form id='form'
hx-post="https://tfcconnection.org/api/camp-form"
hx-post="/api/camp-form"
hx-encoding="multipart/form-data"
autocomplete="on"
method="post"
@ -148,9 +148,9 @@
<label for="week" class="basis-full">My Camp Plan (The first week is filled, so if you'd like to be on a waiting list, you'll have to check the second option.)<span class='inline-block text-[#f39] text-sm align-sub'>* required</span></label>
<select id="week" name="week" class="flex-auto form-select {{ $formClasses }}">
<!-- <option value="week1">Week 1: July 22-26</option> -->
<option value="week2">Week 2: July 29-Aug 2</option>
<option value="waiting-list">Week 2: July 29-Aug 2, but on a waiting list for week 1</option>
<option value="week1">Week 1: July 21-25</option>
<option value="week2">Week 2: July 28-Aug 1</option>
<!-- <option value="waiting-list">Week 2: July 29-Aug 2, but on a waiting list for week 1</option> -->
</select>
<label for="shirt" class="basis-full">T-Shirt Size <span class='inline-block text-[#f39] text-sm'>all t-shirts are in adult sizes only</span></label>
@ -195,6 +195,7 @@
<label for="registration" class="basis-full my-2">
Would you like to pay the registration fee or the full cost now or later?
</label>
<!-- For early bird prices -->
<div class="basis-full mt-4">
<input type="radio" value="now" id="registration" name="registration"
class="form-input {{ $formClasses }}" checked>
@ -216,6 +217,28 @@
Later - Send $85 or $185 to the TFC Office
</label>
</div>
<!-- For after early bird prices -->
<!-- <div class="basis-full mt-4">
<input type="radio" value="now" id="registration" name="registration"
class="form-input {{ $formClasses }}" checked>
<label for="registration" class="">
Now - $100
</label>
</div>
<div class="basis-full">
<input type="radio" value="full" id="registration" name="registration"
class="form-input {{ $formClasses }}">
<label for="registration" class="">
Full Cost - $200
</label>
</div>
<div class="basis-full mb-4">
<input type="radio" value="later" id="registration" name="registration"
class="form-input {{ $formClasses }}">
<label for="registration" class="">
Later - Send $100 or $200 to the TFC Office
</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>