![]() |
Pre-Checked Newsletter Box in Registration?
Hiya all...
Could anybody tell me how to have my newsletter check box ticked when people register - so they have the option of removing it, rather than checking it? Thanks Mandy V4.4.1 http://www.styletime.com.au |
Re: Pre-Checked Newsletter Box in Registration?
Hi there,
I'm interested in this option too. Any help is appreciated. Many thanks, Paula |
Re: Pre-Checked Newsletter Box in Registration?
You should alter the "skin1/modules/News_Management/register_newslists.tpl" template and replace this code:
Code:
<td><input type="checkbox" name="subscription[{$listid}]" {if $subscription[$listid] ne ""}checked="checked"{/if} /></td> Code:
<td><input type="checkbox" name="subscription[{$listid}]" {if $subscription[$listid] ne "" or $main eq "register"}checked="checked"{/if} /></td> |
Re: Pre-Checked Newsletter Box in Registration?
FYI, this kind of defeats the purpose of 'opt in' and may be viewed by some of your customers as a bit shady.
|
Re: Pre-Checked Newsletter Box in Registration?
Hi Alex
Thanks very much for your reply. I shall give it a shot :) Balinor, thanks also for your feedback. I intend to pop a brief note to make it clear to customers. Thanks again guys - I appreciate your help. Cheers Paula |
All times are GMT -8. The time now is 12:17 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.