moving logs
This commit is contained in:
parent
561eeec3a6
commit
122390491f
4 changed files with 9 additions and 9 deletions
|
@ -146,11 +146,11 @@
|
|||
<input type="text" id="allergies" name="allergies"
|
||||
class="basis-full form-input {{ $formClasses }}">
|
||||
|
||||
<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>
|
||||
<label for="week" class="basis-full">My Camp Plan, week 2 is filled. We can have a waiting list for week 2 in case that's the only week you can go, but you may not get in <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 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> -->
|
||||
<!-- <option value="week2">Week 2: July 28-Aug 1</option> -->
|
||||
<option value="waiting-list">Week 1: July 21-25, but on a waiting list for week 2</option> (The second week is filled, so if you'd like to be on a waiting list, you'll have to check this 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>
|
||||
|
@ -200,21 +200,21 @@
|
|||
<input type="radio" value="now" id="registration" name="registration"
|
||||
class="form-input {{ $formClasses }}" checked>
|
||||
<label for="registration" class="">
|
||||
Now - $85
|
||||
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 - $185
|
||||
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 $85 or $185 to the TFC Office
|
||||
Later - Send $100 or $200 to the TFC Office
|
||||
</label>
|
||||
</div>
|
||||
<!-- For after early bird prices -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue