freelancer-jekyll icon indicating copy to clipboard operation
freelancer-jekyll copied to clipboard

contact form

Open davidtmiller opened this issue 9 years ago • 2 comments

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

davidtmiller avatar Feb 11 '16 19:02 davidtmiller

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">

LiamInJapan avatar Jun 27 '16 08:06 LiamInJapan

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

pentyala avatar May 30 '17 05:05 pentyala