PHPackages                             silverstripe/contact-form - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. silverstripe/contact-form

AbandonedArchivedSilverstripe-module[Utility &amp; Helpers](/categories/utility)

silverstripe/contact-form
=========================

Allows you to create a contact form in SilverStripe with optional Postmark integration. Works with Bootstrap Forms module.

121.8k10[8 PRs](https://github.com/bluehousegroup/silverstripe-contact-form/pulls)JavaScript

Since Dec 13Pushed 9y ago8 watchersCompare

[ Source](https://github.com/bluehousegroup/silverstripe-contact-form)[ Packagist](https://packagist.org/packages/silverstripe/contact-form)[ RSS](/packages/silverstripe-contact-form/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

A contact form for SilverStripe 3.0
===================================

[](#a-contact-form-for-silverstripe-30)

This module allows you to create a simple contact form to add to a page type. It is highly configurable since the creation of the form happens in the page controller.

Features
--------

[](#features)

- Integrates with [Postmark](http://www.postmarkapp.com) for bullet-proof email delivery
- Integrates with the [Boostrap Forms module](http://www.github.com/unclecheese/silverstripe-bootstrap-forms)
- Includes an API for automatic jQuery validation
- A spam protection API that can be extended with your own spam protection plugins
- Logs failed spam attempts to the database, and locks out repeat offending IPs

The "Kitchen Sink" example
--------------------------

[](#the-kitchen-sink-example)

```
