implement Double-Opt-In
This commit is contained in:
parent
675b682e0e
commit
5ad7069abc
8 changed files with 172 additions and 1 deletions
|
@ -336,6 +336,13 @@ class CRM_Twingle_Form_Profile extends CRM_Core_Form {
|
|||
array('class' => 'crm-select2 huge', 'multiple' => 'multiple')
|
||||
);
|
||||
|
||||
$this->add(
|
||||
'checkbox', // field type
|
||||
'double_opt_in', // field name
|
||||
E::ts('Use Twingle\'s Double-Opt-In procedure'), // field label
|
||||
FALSE // is not required
|
||||
);
|
||||
|
||||
$this->add(
|
||||
'select', // field type
|
||||
'postinfo_groups', // field name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue