Commit e916ebb450e6106008070cf2f7f8b0e671702d3c

Authored by Eugeny Galkovskiy
1 parent 26f34592

123

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/views/about_ukr.php
... ... @@ -742,7 +742,7 @@
742 742 <h3 class="text-center">Звяжіться з нами</h3>
743 743 </div>
744 744 <div class="modal-body">
745   - <form class="form-horizontal">
  745 + <form class="form-horizontal" id="callback_<?= ($lang_id == 1 ? 'ua' : 'ru') ?>" method="post" action="<?= $this->seoUrl->setUrl($this->url->get([ 'for' => 'callback' ])) ?>" name="callback">
746 746 <div class="form-group">
747 747 <label class="col-sm-5">Вкажіть Ваше прізвище та ім’я, будь ласка:</label>
748 748 <div class="col-sm-7">
... ...