getting closer to new site
This commit is contained in:
parent
f82141f2a7
commit
760e46a2d1
7 changed files with 72 additions and 31 deletions
|
@ -145,11 +145,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 (The second 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-sup'>* 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>
|
||||
</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>
|
||||
|
@ -199,21 +199,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 -->
|
||||
|
@ -239,7 +239,7 @@
|
|||
</label>
|
||||
</div> -->
|
||||
<div class="basis-full mt-8">
|
||||
<button type="submit" class="content-right rounded-lg bg-gray-700 h-12 w-24 focus:bg-gray-900 focus:ring focus:ring-primary-700 hover:bg-gray-900 float-right">Submit</button>
|
||||
<button type="submit" class="content-right rounded-lg bg-blue-700 h-12 w-24 focus:bg-blue-900 focus:ring focus:ring-blue-700 hover:bg-blue-900 float-right">Submit</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue