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
This commit is contained in:
Dan Croak 2014-10-17 11:00:44 -07:00
parent b62415019b
commit db220a9de6
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Jekylls growing use is producing a wide variety of tutorials, frameworks, ext
Code example reuse, and keeping documentation up to date. 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 - [Use Simple Form to integrate a simple contact
form](http://getsimpleform.com/) form](http://getsimpleform.com/)
- [JekyllBootstrap.com](http://jekyllbootstrap.com) - [JekyllBootstrap.com](http://jekyllbootstrap.com)