burnbright/silverstripe-enquiry

Simple enquiry form for SilverStripe websites.

Installs: 73

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 2

Open Issues: 4

Type:silverstripe-module

0.2.1 2015-04-09 22:06 UTC

This package is auto-updated.

Last update: 2024-03-24 18:09:17 UTC


README

As simple email form that will be sent to the website administrator when submitted.

Setup

Add the following to your _config/config.yaml file:

Page_Controller:
  extensions:
    - EnquiryFormExtension

You can disable the form from being on sub controllers by extending those with the DontShowEnquiryForm:

Page:
    extensions:
        - DontShowEnquiryForm