WiP Form validation

This commit is contained in:
Naida Vatric
2020-02-12 11:44:56 +01:00
parent 22c1982ef6
commit edb22266bd
12 changed files with 1248 additions and 14 deletions

View File

@@ -4,12 +4,13 @@
Unesite kontakt email i objavite oglas.
<br>
<div class="row center-align input-field col s3 m4 l5">
<div class="row center-align input-field col s3 m4 l5 form-group">
<input
id="email"
name="email"
type="email"
>
<div class="messages"></div>
<label for="email">Email</label>
</div>
</div>