Commit a561912f5d579569c63fc895fa32d2f421ac56a7
1 parent
4172c76c
test
Showing
2 changed files
with
2 additions
and
5 deletions
Show diff stats
src/app/frontend/controllers/PageController.php
src/app/frontend/views/please_return.php
... | ... | @@ -301,10 +301,10 @@ div#block_1 { |
301 | 301 | </div> |
302 | 302 | <form class="form-inline" action="" method="post"> |
303 | 303 | <div class="form-group"> |
304 | - <input type="text" class="form-control" placeholder="Имя"> | |
304 | + <input type="text" name="name" class="form-control" placeholder="Имя"> | |
305 | 305 | </div> |
306 | 306 | <div class="form-group"> |
307 | - <input type="email" class="form-control" placeholder="Email"> | |
307 | + <input type="email" name="email" class="form-control" placeholder="Email"> | |
308 | 308 | </div> |
309 | 309 | <div class="form-group"> |
310 | 310 | <input type="submit" class="form-control" value="подписаться" style=" | ... | ... |