Change input types to email instead of text

This commit is contained in:
Sebastiaan Janssen
2017-09-27 12:45:44 +02:00
parent 147d6aa638
commit b477ed726d
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
<div class="control-group">
<label class="control-label" for="email">Email</label>
<div class="controls">
<input type="text" id="email" name="email" placeholder="you@example.com" required ng-model="installer.current.model.email" val-email />
<input type="email" id="email" name="email" placeholder="you@example.com" required ng-model="installer.current.model.email" val-email />
<small class="inline-help">Your email will be used as your login</small>
</div>
</div>

View File

@@ -32,7 +32,7 @@
<umb-control-group label="@general_email" required="true">
<input
type="text"
type="email"
localize="placeholder"
placeholder="@placeholders_enteremail"
class="input-block-level"