add mailthis.to api service
This commit is contained in:
parent
d7ed367377
commit
0f6699feff
|
@ -1,7 +1,7 @@
|
|||
<article id="contact" class="l-relative l-screen-min-full">
|
||||
<div class="l-wrapper">
|
||||
<h2>Contact</h2>
|
||||
<form>
|
||||
<form action="https://mailthis.to/remailthis" method="POST" encType="multipart/form-data">
|
||||
<ul class="u-no-list">
|
||||
<li>
|
||||
<label for="name">Name</label>
|
||||
|
@ -9,14 +9,17 @@
|
|||
</li>
|
||||
<li>
|
||||
<label for="email">E-mail:</label>
|
||||
<input id="email" type="email" name="replyto">
|
||||
<input id="email" type="email" name="_replyto">
|
||||
</li>
|
||||
<li>
|
||||
<label for="msg">Message:</label>
|
||||
<textarea id="msg" name="message"></textarea>
|
||||
</li>
|
||||
<li><input type="hidden" name="_subject" value="Contact Form Submission"></li>
|
||||
<li><input type="hidden" name="_honeypot" value=""></li>
|
||||
<li><input type="hidden" name="_confirmation" value="Thank you, your message has been sent."></li>
|
||||
<li>
|
||||
<button id="js-form-send" type="button">Send</button>
|
||||
<button id="js-form-send" type="submit">Send</button>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
|
|
Reference in New Issue