Skip to content

Commit 767703b

Browse files
committed
added formspree
1 parent 95e4230 commit 767703b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,23 +506,23 @@ <h2>Feel free to <strong>contact us</strong></h2>
506506
<small><em>Please drop in a mail to hire us for your need</em></small>
507507
</div>
508508

509-
<form>
509+
<form action="http://formspree.io/tony@thinkfoss.com" method="POST">
510510
<div class="row">
511511
<div class="col-md-6">
512512
<div class="form-group">
513513
<label for="exampleInputEmail1">Email address</label>
514-
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
514+
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email" name="_replyto">
515515
</div>
516516
</div>
517517
<div class="col-md-6">
518518
<div class="form-group">
519519
<label for="exampleInputPassword1">Your Name</label>
520-
<input type="text" class="form-control" id="exampleInputPassword1" placeholder="Your Name">
520+
<input type="text" class="form-control" id="exampleInputPassword1" placeholder="Your Name" name="name">
521521
</div>
522522
</div>
523523
</div>
524524
<div class="form-group">
525-
<label for="exampleInputEmail1">Message</label>
525+
<label for="exampleInputEmail1" name="message">Message</label>
526526
<textarea class="form-control" rows="3"></textarea>
527527
</div>
528528

0 commit comments

Comments
 (0)