V
V
Vladimir S2015-10-09 22:58:54
PHP
Vladimir S, 2015-10-09 22:58:54

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>

write on the shelves please (((

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis, 2015-10-10
@vovich76

Add to

form
action="squeaks.php" - first
squeaks.php - the script you send the request to

D
Dima Pautov, 2015-10-09
@bootd

google google you are mighty

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question