Merge pull request #13 from enilsen16/formspree
Use formspree for contact form instead of PHP
This commit is contained in:
commit
7737e7e5a6
|
@ -5,6 +5,7 @@ Jekyll theme based on [Freelancer bootstrap theme ](http://startbootstrap.com/te
|
|||
|
||||
## How to use
|
||||
- Place a image in `/img/portoflio/`
|
||||
- Replace `you@email.com` in `_includes/contact_static.html` with your email address. refer to [formspree](http://formspree.io/) for more information.
|
||||
- Create posts to display your projects. Use the follow as an example:
|
||||
```txt
|
||||
---
|
||||
|
|
|
@ -9,9 +9,7 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<!-- To configure the contact form email address, go to mail/contact_me.php and update the email address in the PHP file on line 19. -->
|
||||
<!-- The form should work on most web servers, but if the form is not working you may need to configure your web server differently. -->
|
||||
<form action="//formspree.io/<your-email-here>" method="POST" name="sentMessage" id="contactForm" novalidate>
|
||||
<form action="//formspree.io/you@email.com" method="POST" name="sentMessage" id="contactForm" novalidate>
|
||||
<div class="row control-group">
|
||||
<div class="form-group col-xs-12 floating-label-form-group controls">
|
||||
<label>Name</label>
|
||||
|
|
Loading…
Reference in New Issue