getting more forms ready for mt-forms
This commit is contained in:
parent
e934788259
commit
6603d2c6bc
8 changed files with 726 additions and 33 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue