Answer the question
In order to leave comments, you need to log in
How to submit a form to bootstrap?
how to send a feedback form by mail?
Already exhausted.
Form code:
<div class="col-lg-6">
<form role="form" method="post">
<div class="form-group">
<label for="name">Имя</label>
<input type="text" class="form-control" id="name" placeholder="Введите имя">
<label for="phone">Телефон</label>
<input type="text" class="form-control" id="phone" placeholder="Введите телефон">
<label for="email">Email</label>
<input type="text" class="form-control" id="email" placeholder="Введите email">
<label for="message">Сообщение</label>
<textarea class="form-control" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-default">Отправить</button>
</form>
</div>
Answer the question
In order to leave comments, you need to log in
Add to
formaction="squeaks.php" - first
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question