Skip to content

helpfulrobot/axllent-silverstripe-enquiry-page

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enquiry Page Module for SilverStripe 3

This is a simple module to add an Enquiry Page pagetype to the CMS. The module uses vanilla JavaScript, so no requirements for third-party JavaScript libraries (ie: jQuery or MooTools). The enquiry form can be configured to add & order your own fields, including the following types:

  • Text (input / textarea), required or not
  • Email (input), required or not
  • Select (select field), options configurable, required or not
  • Checkbox (checkbox), options configurable
  • Header (h4), section header
  • Note (paragraph of text)

Other configuration option include:

  • Send email to
  • Send email from (reply to will default to the first Email field in the form, or alternatively this value)
  • Email subject
  • Message once completed
  • BCC messages
  • Submit button text
  • Captcha image option (anti-spam)

Requirements

About

A module to add a simple enquiry form to SilverStripe 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 76.8%
  • CSS 12.1%
  • JavaScript 8.4%
  • Scheme 2.7%