adding final agreement to mt-form
This commit is contained in:
parent
f480f1513b
commit
bc540d4d72
|
@ -355,6 +355,16 @@
|
||||||
class="form-input w-full h-64 {{ $formClasses }}"
|
class="form-input w-full h-64 {{ $formClasses }}"
|
||||||
placeholder=""></textarea>
|
placeholder=""></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="basis-full my-10">
|
||||||
|
<label for="final-agreement" class="p-4">
|
||||||
|
I understand that in order for my application to be accepted I need to have this application, a health form, a picture, the $25 registration fee, and 3 reference forms all completed.
|
||||||
|
</label>
|
||||||
|
<input type="radio" value="yes" id="final-agreement" name="final-agreement"
|
||||||
|
class="form-input {{ $formClasses }}" checked>
|
||||||
|
<label for="final-agreement" class="">
|
||||||
|
I understand
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
<label for="registration" class="my-4 basis-full">
|
<label for="registration" class="my-4 basis-full">
|
||||||
Would you like to pay the registration fee now or later?
|
Would you like to pay the registration fee now or later?
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Reference in a new issue