Add name field i beta program

This commit is contained in:
HenryGBC 2017-03-30 20:21:15 -04:30
commit 80ecb963b3
6 changed files with 38 additions and 4 deletions

View file

@ -46,10 +46,15 @@
</div>
{% endfor %}
<p class="total">At a monthly total of <span id="valueTotal">0</span>chf per day</p>
<div class="form-group row email align-items-center">
<div class="form-group">
<label for="example-email-input" class="col-form-label">You can reach me at</label>
<div>
<input class="form-control" name="email" type="email" placeholder="email" id="example-email-input">
<div class="form-group form-300">
<label for="email" class="col-form-label">Email</label>
<input class="form-control" name="email" type="email" placeholder="Your email" id="example-email-input">
</div>
<div class="form-group form-300">
<label for="name" class="col-form-label">Name</label>
<input class="form-control" name="name" type="text" placeholder="Your name" id="name">
</div>
</div>
<div class="notice">