implement matomo integration
This commit is contained in:
parent
2949ab0168
commit
82b4632d63
5 changed files with 134 additions and 6 deletions
|
@ -46,6 +46,13 @@ class CRM_TwingleCampaign_Form_Settings extends CRM_Core_Form {
|
|||
FALSE
|
||||
);
|
||||
|
||||
$this->addElement(
|
||||
'checkbox',
|
||||
'twinglecampaign_matomo_integration',
|
||||
E::ts('Use Matomo to track user interaction with Twingle forms'),
|
||||
FALSE
|
||||
);
|
||||
|
||||
$this->addButtons([
|
||||
[
|
||||
'type' => 'submit',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue