From db220a9de62aa2d50b8b60f0aab16cf24e621b7d Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Fri, 17 Oct 2014 11:00:44 -0700 Subject: [PATCH] Add FormKeep to resources as Jekyll form backend Launched by [thoughtbot] today. Intended to be Jekyll-friendly with no iframes, JavaScript embeds, or CSS overrides. It just generates a URL to use as your form's `action` endpoint. It has a very simple webhook system, which means it can automatically forward all submissions to a webhook of your choosing. We've been using [Zapier] to handle the heavy lifting of sending form data along from FormKeep to MailChimp, Trello, etc. [thoughtbot]: https://thoughtbot.com [Zapier]: http://zapier.com --- site/_docs/resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/_docs/resources.md b/site/_docs/resources.md index 046ab71d..cc95d066 100644 --- a/site/_docs/resources.md +++ b/site/_docs/resources.md @@ -14,6 +14,7 @@ Jekyll’s growing use is producing a wide variety of tutorials, frameworks, ext Code example reuse, and keeping documentation up to date. +- [Use FormKeep for Jekyll form backend and webhooks](https://formkeep.com/) - [Use Simple Form to integrate a simple contact form](http://getsimpleform.com/) - [JekyllBootstrap.com](http://jekyllbootstrap.com)