Allow a "source" for contributions be configured per profile.
This commit is contained in:
parent
5ce76eae5f
commit
d28248723b
4 changed files with 17 additions and 0 deletions
|
@ -209,6 +209,13 @@ class CRM_Twingle_Form_Profile extends CRM_Core_Form {
|
|||
array('class' => 'crm-select2 huge')
|
||||
);
|
||||
|
||||
$this->add(
|
||||
'text', // field type
|
||||
'contribution_source', // field name
|
||||
E::ts('Contribution source'), // field label
|
||||
array()
|
||||
);
|
||||
|
||||
$this->addButtons(array(
|
||||
array(
|
||||
'type' => 'submit',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue