Souther
New Member
I want to add a couple settings to the Campaign configuration.
I've used:
...to add the fields to the form. But i'm not quite sure how to tap into the default controller to save the new fields I added to the form. I think I need to use:
{
...but I'm having difficulty connecting the dots because I am not a great PHP programmer, yet.
Any help would be appreciated.
I've used:
Code:
if ($this->isAppName('customer')) {
Yii::app()->hooks->addAction('after_active_form_fields', function($collection) {
{
Code:
Yii::app()->hooks->addAction('controller_action_save_data', function($collection) {
Any help would be appreciated.