Form support.
This commit is contained in:
parent
bbdc72ba4d
commit
a3f8471f88
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
||||||
<a href='https://github.com/mcataford'><i class="fa fa-github" aria-hidden="true"></i></a>
|
<a href='https://github.com/mcataford'><i class="fa fa-github" aria-hidden="true"></i></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<form>
|
<form action='https://formspree.io/c.marcandre@gmail.com' method='post'>
|
||||||
<label for='name'>My name is </label><input name='name' id='name' type='text' placeholder='Johnny Appleseed'>,
|
<label for='name'>My name is </label><input name='name' id='name' type='text' placeholder='Johnny Appleseed'>,
|
||||||
<label for='email'>and my email address is </label><input name='email' type='email' placeholder='me@mydomain.xyz'>.<br>
|
<label for='email'>and my email address is </label><input name='email' type='email' placeholder='me@mydomain.xyz'>.<br>
|
||||||
<textarea placeholder="I'd like to tell you about something awesome. Here it goes ..."></textarea>
|
<textarea placeholder="I'd like to tell you about something awesome. Here it goes ..."></textarea>
|
||||||
|
|
Loading…
Reference in a new issue