|
|
|
|
@ -37,12 +37,13 @@
|
|
|
|
|
<div class="contacts-link">info@spatialsystems.ru</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="contacts-form">
|
|
|
|
|
<form>
|
|
|
|
|
<input type="text" class="contacts-input" placeholder="Ваше имя">
|
|
|
|
|
<input type="text" class="contacts-input" placeholder="Как с Вами связаться">
|
|
|
|
|
<textarea class="contacts-textarea" placeholder="Что Вас интересует"></textarea>
|
|
|
|
|
<form id="message-form" action="https://formsubmit.co/100f84b9545e74328442a0d9dc57cad9" method="POST">
|
|
|
|
|
<input type="text" class="contacts-input" placeholder="Ваше имя" name="name">
|
|
|
|
|
<input type="text" class="contacts-input" placeholder="Как с Вами связаться" name="contact">
|
|
|
|
|
<textarea class="contacts-textarea" placeholder="Что Вас интересует" name="message"></textarea>
|
|
|
|
|
|
|
|
|
|
<a class="contacts-submit" href="#"
|
|
|
|
|
onclick="this.innerText = 'Не удалось отправить, ошибка сервера';this.style.textDecoration = 'none'">Отправить</a>
|
|
|
|
|
onclick="document.getElementById('message-form').submit();this.innerText = 'Сообщение отправлено';this.style.textDecoration = 'none'">Отправить</a>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|