making final-agreement look better
This commit is contained in:
parent
bc540d4d72
commit
677716416a
|
@ -356,16 +356,18 @@
|
|||
placeholder=""></textarea>
|
||||
</div>
|
||||
<div class="basis-full my-10">
|
||||
<label for="final-agreement" class="p-4">
|
||||
<label for="final-agreement">
|
||||
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>
|
||||
<div class="my-4">
|
||||
<input type="radio" value="yes" id="final-agreement" name="final-agreement"
|
||||
class="form-input {{ $formClasses }}" checked>
|
||||
<label for="final-agreement" class="">
|
||||
class="form-input {{ $formClasses }}" required>
|
||||
<label for="final-agreement" class="mt-4">
|
||||
I understand
|
||||
</label>
|
||||
</div>
|
||||
<label for="registration" class="my-4 basis-full">
|
||||
</div>
|
||||
<label for="registration" class="basis-full">
|
||||
Would you like to pay the registration fee now or later?
|
||||
</label>
|
||||
<div class="basis-full">
|
||||
|
|
Loading…
Reference in a new issue