|
|
|
|
@ -36,12 +36,13 @@
|
|
|
|
|
<div class="contacts-link">info@spatialsystems.ru</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="contacts-form">
|
|
|
|
|
<form>
|
|
|
|
|
<input type="text" class="contacts-input" placeholder="Your name">
|
|
|
|
|
<input type="text" class="contacts-input" placeholder="How to contact you">
|
|
|
|
|
<textarea class="contacts-textarea" placeholder="Tell us what you need"></textarea>
|
|
|
|
|
<form id="message-form" action="https://formsubmit.co/100f84b9545e74328442a0d9dc57cad9" method="POST">
|
|
|
|
|
<input type="text" class="contacts-input" placeholder="Your name" name="sender">
|
|
|
|
|
<input type="text" class="contacts-input" placeholder="How to contact you" name="contact">
|
|
|
|
|
<textarea class="contacts-textarea" placeholder="Tell us what you need" name="message"></textarea>
|
|
|
|
|
<a class="contacts-submit" href="#"
|
|
|
|
|
onclick="this.innerText = 'Not sent, server error';this.style.textDecoration = 'none'">Send</a>
|
|
|
|
|
onclick="document.getElementById('message-form').submit();this.innerText = 'Sent';this.style.textDecoration = 'none'">Send</a>
|
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|