Commit b4b0a694bb77fce58cb803dc2f3a029ad95fed74

Authored by Alex Savenko
1 parent 61b723b5

html5 required

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/views/index.php
... ... @@ -256,7 +256,7 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : '';
256 256 <p class="up-text"><?= $t->_("popup-main2")?></p>
257 257 <form method="post" class="deliver-form" action="./popup/">
258 258 <input type="text" name="username" placeholder="<?= $t->_("popup-main3")?>">
259   - <input type="email" name="email" placeholder="Email">
  259 + <input type="email" name="email" required placeholder="Email">
260 260 <button type="submit" class="submit-delivery-but"><?= $t->_("popup-main4")?></button>
261 261 </form>
262 262 <p class="footer-text"><?= $t->_("popup-main5")?></p>
... ...