base tabler
This commit is contained in:
parent
ac2cfa9fe1
commit
0f84beacf1
1432 changed files with 28760 additions and 1 deletions
22
liquid/includes/parts/form/fieldset.html
Normal file
22
liquid/includes/parts/form/fieldset.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<fieldset class="form-fieldset">
|
||||
<div class="mb-3">
|
||||
<label class="form-label required">Full name</label>
|
||||
<input type="text" class="form-control" autocomplete="off"/>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label required">Company</label>
|
||||
<input type="text" class="form-control" autocomplete="off"/>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label required">Email</label>
|
||||
<input type="email" class="form-control" autocomplete="off"/>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Phone number</label>
|
||||
<input type="tel" class="form-control" autocomplete="off"/>
|
||||
</div>
|
||||
<label class="form-check">
|
||||
<input type="checkbox" class="form-check-input"/>
|
||||
<span class="form-check-label required">I agree to the Terms & Conditions</span>
|
||||
</label>
|
||||
</fieldset>
|
||||
Loading…
Add table
Add a link
Reference in a new issue