Skip to content

Commit 56eafd3

Browse files
committed
html email
1 parent 82e6435 commit 56eafd3

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

contact.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,32 +45,28 @@ <h1><a href="index.html">Data Dolittle</a></h1>
4545
<div class="inner">
4646
<section>
4747
<h4>Connect with Data Dolittle</h4>
48-
<form method="post" action="mailto:datadolittle@gmail.com">
48+
<form action="http://formspree.io/datadolittle@email.com" method="post">
4949
<div class="row gtr-uniform">
5050
<div class="col-6 col-12-xsmall">
51-
<input type="text" name="demo-name" id="demo-name" value="" placeholder="Name" />
51+
<input type="text" name="name" id="name" value="" placeholder="Name" />
5252
</div>
5353
<div class="col-6 col-12-xsmall">
54-
<input type="email" name="demo-email" id="demo-email" value="" placeholder="Email" />
54+
<input type="email" name="_replyto" id="email" value="" placeholder="Email" />
5555
</div>
5656
<div class="col-12">
57-
<select name="demo-category" id="demo-category">
57+
<select name="category" id="category">
5858
<option value="">Sign up for content</option>
5959
<option value="1">Consulting Request</option>
6060
<option value="1">Careers</option>
6161
<option value="1">Other</option>
6262
</select>
6363
</div>
64-
<div class="col-6 col-12-small">
65-
<input type="checkbox" id="demo-copy" name="demo-copy">
66-
<label for="demo-copy">Email me a copy</label>
67-
</div>
6864
<div class="col-6 col-12-small">
6965
<input type="checkbox" id="demo-human" name="demo-human" checked>
7066
<label for="demo-human">Not a robot</label>
7167
</div>
7268
<div class="col-12">
73-
<textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
69+
<textarea name="message" id="message" placeholder="Enter your message" rows="6"></textarea>
7470
</div>
7571
<div class="col-12">
7672
<ul class="actions">

0 commit comments

Comments
 (0)