getting more forms ready for mt-forms

This commit is contained in:
Chris Cochrun 2024-12-05 12:05:07 -06:00
parent e934788259
commit 6603d2c6bc
8 changed files with 726 additions and 33 deletions

View file

@ -39,7 +39,7 @@
placeholder="Last Name" class="flex-1 form-input {{ $formClasses }}">
</div>
<div class="basis-full flex flex-wrap my-4">
<label for="studentnfirstname" class="basis-full">Teenager's first and last name?</label>
<label for="studentfirstname" class="basis-full">Teenager's first and last name?</label>
<input type="text" id="studentfirstname" name="studentfirstname"
class="flex-1 form-input {{ $formClasses }}"
placeholder="First Name">