as
This commit is contained in:
parent
ca1a5165fd
commit
390cf1714d
1 changed files with 2 additions and 2 deletions
|
@ -88,11 +88,11 @@
|
|||
|
||||
<form id="contactme" action="http://formspree.io/c.marcandre@gmail.com" method="POST">
|
||||
<p class="accentsize accent oswald">About you:</p>
|
||||
<p class="basesize">My name is <input name="name" type="text" class="accent" placeholder="Johnny Appleseed"required>, I'm a <input nform="contactme" name="function" type="text" class="accent" placeholder="fellow tinkerer">. You can come back to me at <input form="contactme" name="_replyto" type="text" class="accent" placeholder="foo@bar.baz" required></p>
|
||||
<p class="basesize">My name is <input name="name" type="text" class="accent" placeholder="Johnny Appleseed"required>, I'm a <input form="contactme" name="function" type="text" class="accent" placeholder="fellow tinkerer">. You can come back to me at <input form="contactme" name="_replyto" type="text" class="accent" placeholder="foo@bar.baz" required></p>
|
||||
<p class="basesize">I'd like to tell you about ...</p>
|
||||
<p class="basesize"><input id="form-details" type="text" name="details" class="accent" placeholder="... this new cool thing I'm working on." required></p>
|
||||
<div class="ta-center">
|
||||
<input type="submit" name="sbt" value="Send message">
|
||||
<input type="submit" value="Send message">
|
||||
</div>
|
||||
|
||||
<input form="contactme" type="hidden" name="_subject" value="Contact form submission" />
|
||||
|
|
Loading…
Reference in a new issue