Use HTML5 input type URL
This commit is contained in:
parent
db7462aa30
commit
c37e870658
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
|
||||
<fieldset>
|
||||
<div class="textfield">
|
||||
<input type="text" name="fields[website]" placeholder="{{ i18n "yourWebsite" }}"/>
|
||||
<input type="url" name="fields[website]" placeholder="{{ i18n "yourWebsite" }}"/>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue