Skip to content

Instantly share code, notes, and snippets.

@madeas
Last active April 26, 2018 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madeas/81226f1391bf9eaec24e883362a92b2f to your computer and use it in GitHub Desktop.
Save madeas/81226f1391bf9eaec24e883362a92b2f to your computer and use it in GitHub Desktop.
<form>
<div class="form-row">
<div class="col">
<input type="text" name="name" class="form-control" placeholder="Представьтесь, пожалуйста">
</div>
</div>
<div class="form-group">
<label for="recipient-mail" class="col-form-label">Ваш email:</label>
<input type="email" name="email" id="recipient-mail" class="form-control" placeholder="example@mail.ru">
</div>
<div class="form-group">
<label for="recipient-phone" class="col-form-label">Ваш телефон:</label>
<input type="text" id="recipient-phone" class="form-control" name="phone">
</div>
<div class="form-group">
<label for="message-text" class="col-form-label">Сообщение:</label>
<textarea name="message" id="message-text" class="form-control"></textarea>
</div>
<button type="submit" class="btn btn-primary">Заказать</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment