2017 © Pedro Peláez
 

phile-plugin phile-contact-form

Contact Form Plugin for PhileCMS

image

siezi/phile-contact-form

Contact Form Plugin for PhileCMS

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

Contact Form Plugin for PhileCMS

Add a simple contact-form onto a page which sends the form data to an email address., (*1)

Project Home, (*2)

1.1 Installation (composer)

"require": {
    "siezi/phile-contact-form": "*"
}

1.2 Installation (Download)

  • download this plugin into plugins/siezi/phileContactForm

2. Activation

After you have installed the plugin you need to activate it. Add the following line to your /config.php file:, (*3)

$config['plugins']['siezi\\phileContactForm'] = ['active' => true];

3. Start

Set the email-address the contact form is send to:, (*4)

$config['plugins']['siezi\\phileContactForm']['recipient-email'] = 'contact@example.com';

Put, (*5)

(contact-form: simple)

onto the page where the contact form should be inserted., (*6)

4. Config

See config.php., (*7)

Events

plugin.siezi.contactForm.send

Triggered when the received form data is processed., (*8)

By altering the returned success parameter allows you to utilize the form data and perform your own action and/or suppress the default (send email)., (*9)

The Versions

01/05 2015

dev-master

9999999-dev https://github.com/Schlaefer/phileContactForm

Contact Form Plugin for PhileCMS

  Sources   Download

GPL-3.0

The Requires

 

form contact phile

01/05 2015

1.0.0

1.0.0.0 https://github.com/Schlaefer/phileContactForm

Contact Form Plugin for PhileCMS

  Sources   Download

GPL-3.0

The Requires

 

form contact phile

01/05 2015

0.1.0

0.1.0.0 https://github.com/Schlaefer/phileContactForm

Contact Form Plugin for PhileCMS

  Sources   Download

GPL-3.0

The Requires

 

form contact phile