freelancer-jekyll
freelancer-jekyll copied to clipboard
contact form
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
Simple Form was very easy to integrate by simply replacing the form tabs in contact.html:
<form action="https://formspree.io/[email protected]" method="POST">
Hi I had made a PR to resolve this issue. Used the work around specified by @LiamInJapan . Please have a look @davidtmiller .