update camp form to use newer cost values
This commit is contained in:
parent
b9ed0d129d
commit
cf8223fe1d
|
@ -28,7 +28,7 @@ Fill out now!
|
||||||
|
|
||||||
> If you need to fill out a camp health form, please do so [here](/camp-health-form).
|
> If you need to fill out a camp health form, please do so [here](/camp-health-form).
|
||||||
|
|
||||||
> If you need to pay for your camp form, pay for registration ($65) [here](https://secure.myvanco.com/L-Z772/campaign/C-13JPJ) or pay for the full price ($165) [here](https://secure.myvanco.com/L-Z772/campaign/C-13JQE).
|
> If you need to pay for your camp form, pay for registration ($85) [here](https://secure.myvanco.com/L-Z772/campaign/C-13JPJ) or pay for the full price ($185) [here](https://secure.myvanco.com/L-Z772/campaign/C-13JQE).
|
||||||
|
|
||||||
{{< pt src="https://videos.tfcconnection.org/videos/embed/757dc0dd-9bdc-4d79-8f81-754249ff23d2" >}}
|
{{< pt src="https://videos.tfcconnection.org/videos/embed/757dc0dd-9bdc-4d79-8f81-754249ff23d2" >}}
|
||||||
|
|
||||||
|
|
|
@ -191,21 +191,21 @@
|
||||||
<input type="radio" value="now" id="registration" name="registration"
|
<input type="radio" value="now" id="registration" name="registration"
|
||||||
class="form-input {{ $formClasses }}" checked>
|
class="form-input {{ $formClasses }}" checked>
|
||||||
<label for="registration" class="">
|
<label for="registration" class="">
|
||||||
Now - $65
|
Now - $85
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="basis-full">
|
<div class="basis-full">
|
||||||
<input type="radio" value="full" id="registration" name="registration"
|
<input type="radio" value="full" id="registration" name="registration"
|
||||||
class="form-input {{ $formClasses }}">
|
class="form-input {{ $formClasses }}">
|
||||||
<label for="registration" class="">
|
<label for="registration" class="">
|
||||||
Full Cost - $165
|
Full Cost - $185
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="basis-full mb-4">
|
<div class="basis-full mb-4">
|
||||||
<input type="radio" value="later" id="registration" name="registration"
|
<input type="radio" value="later" id="registration" name="registration"
|
||||||
class="form-input {{ $formClasses }}">
|
class="form-input {{ $formClasses }}">
|
||||||
<label for="registration" class="">
|
<label for="registration" class="">
|
||||||
Later - Send $65 or $165 to the TFC Office
|
Later - Send $85 or $185 to the TFC Office
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="basis-full mt-8">
|
<div class="basis-full mt-8">
|
||||||
|
|
Loading…
Reference in a new issue