Add Referral to source of awareness dropdown. #661
This commit is contained in:
parent
ebaef97333
commit
e44d8d3b06
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ class SourceOfAwareness extends NameValue
|
||||||
const FLYERS = 'flyers';
|
const FLYERS = 'flyers';
|
||||||
const WORD_OF_MOUTH = 'word_of_mouth';
|
const WORD_OF_MOUTH = 'word_of_mouth';
|
||||||
const OTHER = 'other';
|
const OTHER = 'other';
|
||||||
|
const REFERRAL = 'referral';
|
||||||
|
|
||||||
const COLLECTION = [
|
const COLLECTION = [
|
||||||
'facebook' => 'Facebook',
|
'facebook' => 'Facebook',
|
||||||
|
|
@ -19,6 +20,7 @@ class SourceOfAwareness extends NameValue
|
||||||
'tarp_ads' => 'Tarp Ads',
|
'tarp_ads' => 'Tarp Ads',
|
||||||
'flyers' => 'Flyers',
|
'flyers' => 'Flyers',
|
||||||
'word_of_mouth' => 'Word of Mouth',
|
'word_of_mouth' => 'Word of Mouth',
|
||||||
|
'referral' => 'Referral',
|
||||||
'other' => 'Other',
|
'other' => 'Other',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue