StartBootstrap / freelancer-jekyll

A Jekyll version of the Freelancer theme by Start Bootstrap
http://blackrockdigital.github.io/startbootstrap-freelancer-jekyll/
MIT License
84 stars 147 forks source link

contact form #1

Open davidtmiller opened 8 years ago

davidtmiller commented 8 years ago

the contact form doesn't work on github pages because there isn't a mail server through github hosting - ill need to find another solution to make the form work when people are hosting their freelancer jekyll page on github pages

LiamInJapan commented 8 years ago

Simple Form was very easy to integrate by simply replacing the form tabs in contact.html:

<form action="https://formspree.io/your@mail-here.com" method="POST">

pentyala commented 7 years ago

Hi I had made a PR to resolve this issue. Used the work around specified by @LiamInJapan . Please have a look @davidtmiller .