as
This commit is contained in:
parent
390cf1714d
commit
d6aca37418
2 changed files with 4 additions and 4 deletions
|
@ -118,7 +118,7 @@ a i {
|
||||||
margin-top:2vh
|
margin-top:2vh
|
||||||
}
|
}
|
||||||
|
|
||||||
#details-form {
|
form p textarea {
|
||||||
width: 90vw;
|
width: 90vw;
|
||||||
height: 20vh;
|
height: 20vh;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
|
|
@ -88,11 +88,11 @@
|
||||||
|
|
||||||
<form id="contactme" action="http://formspree.io/c.marcandre@gmail.com" method="POST">
|
<form id="contactme" action="http://formspree.io/c.marcandre@gmail.com" method="POST">
|
||||||
<p class="accentsize accent oswald">About you:</p>
|
<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 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">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">I'd like to tell you about ...</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>
|
<p class="basesize"><textarea form="contactme" name="details" class="accent" placeholder="... this new cool thing I'm working on." required></textarea></p>
|
||||||
<div class="ta-center">
|
<div class="ta-center">
|
||||||
<input type="submit" value="Send message">
|
<input type="submit" name="sbt" value="Send message">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input form="contactme" type="hidden" name="_subject" value="Contact form submission" />
|
<input form="contactme" type="hidden" name="_subject" value="Contact form submission" />
|
||||||
|
|
Loading…
Reference in a new issue