Commit 4a717450bda872f22cfcedeb03c48760b4097400

Authored by Alex Savenko
1 parent 5bd4713c

action

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