Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github contact form with jekyll? [closed]

I'm planning on building and deploying a static site on github. If i was to do that is it still possible to have a contact form?

It seems that's the only set of dynamic functionality that's going to exist on my particular website.

Would i have to create a service somewhere else to create the contact form?

like image 607
chrisjlee Avatar asked Aug 01 '13 01:08

chrisjlee


2 Answers

Yes, you'll need to use an external service. A great external service for this that requires no signup and is free for up to 1000 submissions per month is Formspree.

Other options: Simple Form (Free), FormKeep ($19/mo.), & Wufoo (Free & Paid Options)

like image 152
Josh Buchea Avatar answered Oct 25 '22 09:10

Josh Buchea


Simple Form seems to be an interesting option to get around the static site aspect of Jekyll.

Wufoo is also a good option.

like image 43
Zac Avatar answered Oct 25 '22 10:10

Zac