Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2006
    Location
    Ontario
    Posts
    112
    Plugin Contributions
    0

    Default Subscribe to Our Newsletter.

    Is there any way to make the Subscribe to newsletter box on the create account page start off being checked?
    Then the customer would have to uncheck it if they wanted to. I think people are missing it.

  2. #2
    Join Date
    Aug 2005
    Posts
    26,032
    Plugin Contributions
    9

    Default Re: Subscribe to Our Newsletter.

    As I recall there is some rule or standard on this where you are not supposed to pre-check this and leave it fully up to the customer to select it....

    If I am mistaken maybe another can enlighten on this policy/rule or what ever it is
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    877
    Plugin Contributions
    1

    Default Re: Subscribe to Our Newsletter.

    Without getting into the debate of if its right or wrong,

    you can look at the following line to get a clue how to edit your code that uses checkboxes:

    'field' => zen_draw_checkbox_field('opt_insurance', '1', $selected, 'checked="checked"'))));


    This line is from another module I modified to have a box checked by default for some other function. Adapt it to your needs.

  4. #4
    Join Date
    Apr 2006
    Posts
    244
    Plugin Contributions
    0

    Default Re: Subscribe to Our Newsletter.

    The simple way of doing it would be in the admin.

    Configuration -> customer details

    Then find "Show Newsletter Checkbox" Set it to 2 if you want everyone to sign up for your newsletter by Default.

    As far as it being wrong or illegal. Customer can also select it before the finish the sign up. It's really simple to unsubscribe too. Personally I don't see anything wrong with it... but thats me.

  5. #5
    Join Date
    Mar 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Subscribe to Our Newsletter.

    Quote Originally Posted by shackle View Post
    The simple way of doing it would be in the admin.

    Configuration -> customer details

    Then find "Show Newsletter Checkbox" Set it to 2 if you want everyone to sign up for your newsletter by Default.

    As far as it being wrong or illegal. Customer can also select it before the finish the sign up. It's really simple to unsubscribe too. Personally I don't see anything wrong with it... but thats me.
    Nice info.. Came looking for this fully expecting to have to edit some code and it ended up being a simple check box..

    Bump for good info.

 

 

Similar Threads

  1. newsletter subscribe mod and css
    By baccalao in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 28 Sep 2009, 04:50 PM
  2. Newsletter subscribe box
    By QueenKat in forum General Questions
    Replies: 1
    Last Post: 21 Apr 2007, 04:50 AM
  3. Replies: 3
    Last Post: 30 Mar 2007, 12:56 PM
  4. Replies: 1
    Last Post: 22 Feb 2007, 09:52 AM
  5. Newsletter subscribe help
    By Terrill_Taylor in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 17 Dec 2006, 08:13 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •