mirror of
https://github.com/bigchaindb/site.git
synced 2024-12-24 18:36:11 +01:00
split up name input
This commit is contained in:
parent
bfbafad3bd
commit
0f7fab949c
@ -5,8 +5,14 @@
|
|||||||
|
|
||||||
<div class="grid__col">
|
<div class="grid__col">
|
||||||
<p class="form-group">
|
<p class="form-group">
|
||||||
<input class="form-control" type="text" id="name" name="name" required>
|
<input class="form-control" type="text" id="name_first" name="name_first" required>
|
||||||
<label class="form-label" for="name">Name</label>
|
<label class="form-label" for="name_first">First Name</label>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="grid__col">
|
||||||
|
<p class="form-group">
|
||||||
|
<input class="form-control" type="text" id="name_last" name="name_last" required>
|
||||||
|
<label class="form-label" for="name_last">Last Name</label>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid__col">
|
<div class="grid__col">
|
||||||
|
Loading…
Reference in New Issue
Block a user