burnbright / silverstripe-enquiry
Simple enquiry form for SilverStripe websites.
Installs: 73
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Open Issues: 4
Type:silverstripe-module
Requires
- silverstripe/cms: ~3.1
This package is auto-updated.
Last update: 2024-10-24 19:18:58 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