1
0
mirror of https://github.com/bigchaindb/site.git synced 2025-02-04 16:17:46 +01:00

switch to one name field

This commit is contained in:
Matthias Kretschmann 2017-04-24 11:55:41 +02:00
parent 34913d0556
commit f975a2de87
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC

View File

@ -1,20 +1,12 @@
<form id="form-enterprise" class="form form--enterprise js-parsley" action="//formspree.io/{{ site.email.enterprise }}" method="POST" accept-charset="UTF-8">
<div class="grid grid--full grid-small--half">
<p class="form-group">
<input class="form-control" type="text" id="name" name="name" required>
<label class="form-label" for="name">Full Name</label>
</p>
<div class="grid__col">
<p class="form-group">
<input class="form-control" type="text" id="name_first" name="name_first" required>
<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>
</div>
<div class="grid grid--full grid-small--half">
<div class="grid__col">
<p class="form-group">
<input class="form-control" type="text" id="company" name="company" required>