2017 © Pedro Peláez
 

yii2-module yii2module-contactform_3_170124

Simple Yii2 contact form. Template of standard module collected in vendor place.

image

asbsoft/yii2module-contactform_3_170124

Simple Yii2 contact form. Template of standard module collected in vendor place.

  • Thursday, March 8, 2018
  • by asbsoft
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Simple Yii2 contact form

This is demo template of module collected in common vendor place., (*1)

You can add this module to your system (advanced Yii2-template) by separate adding BackendModule and FrontendModule. In basic Yii2-template you have to add this modules together., (*2)

Otherwise you can use single CommonModule for this purpose., (*3)

In your application configs must be some tunes: * config/params.php: 'adminPath' => 'admin', // non-empty string for BASIC Yii application template 'adminPath' => '', // empty string for backend of ADVANCED Yii application template * in bootstrap: AdminController::$adminPath = Yii::$app->params['adminPath']; Default is AdminController::$adminPath = 'admin'., (*4)

Now only one such module or its' successor can add to system., (*5)

Contact form can be used inside other web page by AJAX, for example:, (*6)

      <div id="<?= $contactFormTagId ?>">
          <?= Yii::$app->runAction("/{$contactsModuleUid}/main/form", [
              'ajaxReceiver' => $contactFormTagId,
          ]) ?>
      </div>

The Versions

08/03 2018

dev-master

9999999-dev

Simple Yii2 contact form. Template of standard module collected in vendor place.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexandr Belogolovsky

yii2

31/01 2018

3.12.4

3.12.4.0

Simple Yii2 contact form. Template of standard module collected in vendor place.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexandr Belogolovsky

yii2

25/01 2018

3.12.3.1

3.12.3.1

Simple Yii2 contact form. Template of standard module collected in vendor place.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexandr Belogolovsky

yii2

23/01 2018

3.12.3

3.12.3.0

Simple Yii2 contact form. Template of standard module collected in vendor place.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexandr Belogolovsky

yii2

21/01 2018

3.12.2

3.12.2.0

Simple Yii2 contact form. Template of standard module collected in vendor place.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexandr Belogolovsky

yii2

21/01 2018

3.12.1

3.12.1.0

Simple Yii2 contact form. Template of standard module collected in vendor place.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexandr Belogolovsky

yii2

20/01 2018

3.12

3.12.0.0

Simple Yii2 contact form. Template of standard module collected in vendor place.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexandr Belogolovsky

yii2

15/01 2018

3.11.2

3.11.2.0

Simple Yii2 contact form. Template of standard module collected in vendor place.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexandr Belogolovsky

yii2

25/12 2017

3.11.1

3.11.1.0

Simple Yii2 contact form. Template of standard module collected in vendor place.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexandr Belogolovsky

yii2