Add an option to disable un/subscribe confirmation messages
This commit is contained in:
parent
3182566526
commit
10bd4614ef
6 changed files with 32 additions and 7 deletions
|
@ -47,6 +47,17 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-offset-2 col-sm-10">
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" name="disable-confirmations" {{#if disableConfirmations}} checked {{/if}}> Disable subscription confirmation messages
|
||||
<span class="help-block">If checked then do not send a confirmation message that states the subscriber is now subscribed or unsubscribed. This does not disable double opt-in messages.</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="ua-code" class="col-sm-2 control-label">Tracking ID</label>
|
||||
<div class="col-sm-10">
|
||||
|
|
|
@ -28,6 +28,9 @@
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<code>[EMAIL]</code> – email address of the subscriber
|
||||
</li>
|
||||
<li>
|
||||
<code>[FIRST_NAME]</code> – first name of the subscriber
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue