Allow a "source" for contributions be configured per profile.

This commit is contained in:
Jens Schuppe 2019-01-21 11:24:11 +01:00
parent 5ce76eae5f
commit d28248723b
4 changed files with 17 additions and 0 deletions

View file

@ -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',