implement CiviCRM's double opt-in feature for newsletter
This commit is contained in:
parent
675b682e0e
commit
4ff060884a
6 changed files with 67 additions and 13 deletions
|
@ -208,6 +208,11 @@
|
|||
|
||||
<table class="form-layout-compressed">
|
||||
|
||||
<tr class="crm-section">
|
||||
<td class="label">{$form.double_opt_in.label}</td>
|
||||
<td class="content">{$form.double_opt_in.html}</td>
|
||||
</tr>
|
||||
|
||||
<tr class="crm-section">
|
||||
<td class="label">{$form.newsletter_groups.label}</td>
|
||||
<td class="content">{$form.newsletter_groups.html}</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue