Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

bupy7/yii-feedback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii-Feedback

Yii-Feedback - this is extension for send email from Yii. This modification extension YiiFeedbackWidget https://github.com/gazbond/YiiFeedbackWidget.

Required

Install

Install YiiBooster https://github.com/clevertech/YiiBooster/blob/3.0.1/INSTALL.md

Download or clone the files from repository https://github.com/PHPMailer/PHPMailer to your extensions directory:

[app-root]/protected/extensions/phpmailer/

Download or clone the files to your extensions directory:

[app-root]/protected/extensions/feedback/

Add in your view follow code:

$this->widget(
    'ext.feedback.FeedbackWidget', 
    array(
        'topicOptions' => array(
            'first_topic',
            'second_topic',
            'third_topic',
        ),
        'toEmail' => 'your@email.com',
        'title' => 'Title feedback',
    )
);

Changes

Added:
  • Rewrited with using Yii-booster.
  • Support PHPMailer.
  • Russian language.
  • Transition to anchor after send mail.
  • "title" in config options for feedback form.
Removed:
  • "position" from config options.

About

Feedback form for Yii Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published