email form en

main
gman 7 months ago
parent 669a790d74
commit 4b5d47b2bf

@ -38,7 +38,7 @@
</div>
<div class="contacts-form">
<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="sender">
<input type="text" class="contacts-input" placeholder="Как с Вами связаться" name="contact">
<textarea class="contacts-textarea" placeholder="Что Вас интересует" name="message"></textarea>

@ -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>

Loading…
Cancel
Save