1
0

Add missing BG contact page

This commit is contained in:
2017-04-27 13:54:11 +03:00
parent eff46db7ac
commit 5cbc663a7c
2 changed files with 236 additions and 0 deletions

22
content/contact.bg.md Normal file
View File

@ -0,0 +1,22 @@
+++
date = "2017-04-16T17:54:50+03:00"
title = "Контакт"
sharingicons = false
+++
Бих се радвал на вашите коментари, въпроси и предложения — пратете ми съобщение от формата за контакти.
<form method="POST" action="https://formspree.io/alan.orth@gmail.com">
<div class="form-group">
<label for="emailAddress">Имейл</label>
<input type="email" class="form-control" name="email" id="emailAddress" placeholder="Вашият имейл">
</div>
<div class="form-group">
<label for="message">Съобщение</label>
<textarea class="form-control" name="message" id="message" placeholder="Вашето съобщение" rows="3"></textarea>
</div>
<input type="text" name="_gotcha" style="display:none" />
<button type="submit" class="btn btn-primary">Изпрати</button>
</form>
<br />