alzheimerslottery.org.uk Open in urlscan Pro
94.229.161.153  Public Scan

Submitted URL: https://alzheimers.safeandsecurewebservices.net/
Effective URL: https://alzheimerslottery.org.uk/register
Submission: On July 13 via automatic, source certstream-suspicious — Scanned from GB

Form analysis 1 forms found in the DOM

POST https://alzheimerslottery.org.uk/register

<form id="your-entry-form" class="form" action="https://alzheimerslottery.org.uk/register" method="POST" defaultbutton="next-button">
  <h1><span style="font-weight:bold;">It's so easy</span> – so play to beat dementia today!</h1>
  <div class="progress progress_block">
    <ul id="progressBar" class="prgBar progress_list">
      <li class="stage_1 currentStage active firstStage">1. Your entry</li>
      <li class="stage_2 upcStg">2. Payment</li>
      <li class="stage_3 upcStg lastStage">3. Confirmation</li>
    </ul>
  </div>
  <div class="form_container purchStage page-form entrantForm">
    <p>To enter The Big Win Weekly Lottery you must be age 18 or over and is open to residents of mainland Great Britain and Northern Ireland only (this excludes Isle of Man and the Channel Islands).</p>
    <p class="required_text">Fields marked * are mandatory</p>
    <div class="register-journey-main-wrapper-fields-container">
      <div id="howmanyentrieswouldyoulike-stage-group" class="journey-group-container">
        <h3>How many entries would you like?</h3>
        <div class="form_row field" id="product_code-form-row">
          <div class="form-item">
            <div class="radio-button-container">
              <div class="radio-button"><input type="radio" id="product_codeAZHLT1PMDON" name="product_code" value="AZHLT1PMDON" checked="checked"></div>
              <div class="radio-label"><label for="product_codeAZHLT1PMDON">1 entry per week - £5 per month</label></div>
            </div>
            <div class="radio-button-container"><br>
              <div class="radio-button"><input type="radio" id="product_codeAZHLT2PMDON" name="product_code" value="AZHLT2PMDON"></div>
              <div class="radio-label"><label for="product_codeAZHLT2PMDON">2 entries per week - £10 per month</label></div>
            </div>
            <div class="radio-button-container"><br>
              <div class="radio-button"><input type="radio" id="product_codeAZHLT1PM" name="product_code" value="AZHLT1PM"></div>
              <div class="radio-label"><label for="product_codeAZHLT1PM">1 entry per week - £4.34 per month</label></div>
            </div>
            <div class="radio-button-container"><br>
              <div class="radio-button"><input type="radio" id="product_codeAZHLT2PM" name="product_code" value="AZHLT2PM"></div>
              <div class="radio-label"><label for="product_codeAZHLT2PM">2 entries per week - £8.68 per month</label></div>
            </div><span class="validate-icon"></span><span id="product_code_error" class="form_error form-error error-text inline" style="display: none;"></span>
          </div>
        </div>
      </div>
      <div id="giftaid-stage-group" class="journey-group-container">
        <p> £5 per entry per month will ensure that you never miss a draw and any excess credits will be treated as a donation to the Alzheimer’s Society. The lower cost of £4.34 per entry per month is calculated at £52 (£1 per week) divided by 12
          months. However given some months have 5 weeks, there may be weeks where the required credit to play in the draw of £1+ (from the 34p’s) has not yet been accrued. If you are playing at the higher cost of £5 per entry per month you can opt
          out of this additional spend at any time by calling 01524 753238 or emailing alzheimerslottery@btconnect.com. </p>
        <p style="font-weight: bold;"><strong>We are unable to benefit from Gift Aid on Lottery Subscriptions, but we can boost any Donations received in the last 4 tax years/and any made in the future, by 25p in every £1, if you could please sign up
            to Gift Aid.</strong> </p>
        <p>Gift Aid is reclaimed by Alzheimer's Society from the tax you pay in the current tax year, at no extra cost to anyone except the tax man!</p>
        <div class="field"><input type="checkbox" value="Y" name="giftaid" id="giftaid">&nbsp;<span class="text">Yes I want to Gift Aid my donations to Alzheimer's Society</span><br><span id="giftaid_error"
            class="form_error form-error error-text inline" style="display: none;"></span></div>
        <p>I am a UK tax payer and confirm I will pay an amount of income tax for each year that is at least equal to the amount of Gift Aid that all charities that I donate to will reclaim on my behalf. If I pay less Income Tax/Capital Gains Tax in
          any tax year than the amount claimed on my donations it will be my responsibility to pay any difference back.</p>
      </div>
      <div id="yourdetails-stage-group" class="journey-group-container">
        <h3>Your details</h3>
        <div class="form_row field validation_required" id="title-form-row"><label for="title">Title<span class="error-star">*</span>:</label>
          <div class="form-item"><select required_field="true" name="title" id="title">
              <option value="">Please select</option>
              <option value="Mrs">Mrs</option>
              <option value="Mr">Mr</option>
              <option value="Miss">Miss</option>
              <option value="Ms">Ms</option>
              <option value="Dr">Dr</option>
              <option value="Rev">Rev</option>
              <option value="Other">Other</option>
            </select>
            <style type="text/css">
              span[id$="-clear-text"] {
                position: absolute;
                cursor: pointer;
                font-weight: bold;
                font-size: 20px;
                padding-left: 10px;
              }

              @media (max-width: 767px) {
                span[id$="-clear-text"] {
                  padding: 0;
                  margin-left: -20px;
                }
              }
            </style>
            <script language="javascript">
              $(document).ready(function() {
                if ($('#title').val() == '0') {
                  if ('' != '0' && '' != '') {
                    var old_element = $('#title');
                    old_element.after('<input type="text" id="title" name="title" value="" /> ');
                    old_element.remove();
                  }
                }

                function onChangeSelectText(el) {
                  field_id = el.attr('id');
                  field_name = el.attr('name');
                  if (el.val() == 'Other') {
                    selecter_parent = el.parent();
                    if (typeof $.selecter !== 'undefined') {
                      selecter_parent.after('<input type="text" id="title" name="title" value="" />');
                      selecter_parent.hide();
                    } else {
                      el.attr('id', field_id + '-hidden');
                      el.attr('name', field_name + '-hidden');
                      el.hide();
                      el.after('<input type="text" id="' + field_id + '" name="' + field_name + '" value="" /><span id="' + field_id + '-clear-text">&times;</span>');
                      $('#' + field_id + '-clear-text').bind('click', function() {
                        replace_id = $(this).attr('id').replace('-clear-text', '');
                        replace_name = $('input[type=text]#' + replace_id).attr('name');
                        $('input[type=text]#' + replace_id).remove();
                        $('#' + replace_id + '-clear-text').remove();
                        $('select#' + replace_id + '-hidden').attr('name', replace_name);
                        $('select#' + replace_id + '-hidden').attr('id', replace_id);
                        $('select#' + replace_id + ' option').removeAttr('selected');
                        $('select#' + replace_id + ' option[value=""]').attr('selected', 'selected');
                        $('select#' + replace_id + ' option[value=""]').prop('selected', true);
                        $('select#' + replace_id).show();
                      });
                    }
                    if ($('#' + field_id).length) {
                      $('#' + field_id).focus();
                    }
                    if (typeof $.selecter !== 'undefined') {
                      selecter_parent.before('<span id="title-clear-text">&times;</span>');
                      el.remove();
                      $('#title-clear-text').bind('click', function() {
                        // replace with select box
                        $('input#title').after('<select required_field="true" id="title" name="title"></select>');
                        // remove input box
                        $('input#title').remove();
                        // remove 'x'
                        $(this).remove();
                        // add options to select box
                        // $('#title-form-row') might need changing due to changes in the element container
                        $.each($('#title-form-row').find('div.selecter-options > .selecter-item'), function(okey, opt) {
                          $('#title').append($('<option>', {
                            value: $(opt).attr('data-value'),
                            text: $(opt).text()
                          }));
                        });
                        // remove old selecter container
                        $('select#title').siblings('.selecter').remove();
                        // set selected option
                        $('#title > option[value=""]').attr('selected', 'selected').prop('selected', true);
                        // reload selecter for select box
                        $('#title').selecter();
                        //  bind this function to the select box
                        $('#title').bind('change', function() {
                          onChangeSelectText($('#title'));
                        });
                      });
                      $('#title + span.selecter-selected').hide();
                    }
                  }
                  $('body').off('change', field_id);
                }
                $(document).on('change', '#title', function(e) {
                  e.stopImmediatePropagation();
                  onChangeSelectText($(this));
                });
                if ('' != '') {
                  $('select#title').val('Other');
                  onChangeSelectText($('select#title'));
                  $('input#title').val('');
                }
              });
            </script><span class="validate-icon"></span><span id="title_error" class="form_error form-error error-text inline" style="display: none;">Please choose an option from Title</span>
          </div>
        </div>
        <div class="form_row field validation_required" id="forename-form-row"><label for="forename">First name<span class="error-star">*</span>:</label>
          <div class="form-item"><input autocomplete="off" type="text" name="forename" id="forename" value="" required_field="true"><span class="validate-icon"></span><span id="forename_error" class="form_error form-error error-text inline"
              style="display: none;">First Name cannot be left blank</span></div>
        </div>
        <div class="form_row field validation_required" id="surnames-form-row"><label for="surnames">Last name<span class="error-star">*</span>:</label>
          <div class="form-item"><input autocomplete="off" type="text" name="surnames" id="surnames" value="" required_field="true"><span class="validate-icon"></span><span id="surnames_error" class="form_error form-error error-text inline"
              style="display: none;">Last Name cannot be left blank</span></div>
        </div>
        <div class="form_row field validation_required" id="dob[]-form-row">
          <div class="tooltip_icon" tabindex="0"><img src="/image/tooltip-icon.png" width="28" height="20" alt="" title=""></div>
          <div class="tooltip_icon_text">help</div>
          <div class="form_help float" style="display: none;"><span>To comply with Gambling Commission regulations and prevent under age gambling, we must confirm that you are 18 years of age or over to enter our lottery.</span></div><label
            for="dob">Date of birth<span class="error-star">*</span>:</label>
          <div class="form-item"><label for="dob0" style="display: none !important;">Day</label><select required_field="true" class="small day" name="dob[]" id="dob0">
              <option value="">Day</option>
              <option value="1">1</option>
              <option value="2">2</option>
              <option value="3">3</option>
              <option value="4">4</option>
              <option value="5">5</option>
              <option value="6">6</option>
              <option value="7">7</option>
              <option value="8">8</option>
              <option value="9">9</option>
              <option value="10">10</option>
              <option value="11">11</option>
              <option value="12">12</option>
              <option value="13">13</option>
              <option value="14">14</option>
              <option value="15">15</option>
              <option value="16">16</option>
              <option value="17">17</option>
              <option value="18">18</option>
              <option value="19">19</option>
              <option value="20">20</option>
              <option value="21">21</option>
              <option value="22">22</option>
              <option value="23">23</option>
              <option value="24">24</option>
              <option value="25">25</option>
              <option value="26">26</option>
              <option value="27">27</option>
              <option value="28">28</option>
              <option value="29">29</option>
              <option value="30">30</option>
              <option value="31">31</option>
            </select> <label for="dob1" style="display: none !important;">Month</label><select required_field="true" class="small month" name="dob[]" id="dob1">
              <option value="" selected="selected">Month</option>
              <option value="1">January</option>
              <option value="2">February</option>
              <option value="3">March</option>
              <option value="4">April</option>
              <option value="5">May</option>
              <option value="6">June</option>
              <option value="7">July</option>
              <option value="8">August</option>
              <option value="9">September</option>
              <option value="10">October</option>
              <option value="11">November</option>
              <option value="12">December</option>
            </select> <label for="dob2" style="display: none !important;">Year</label><select required_field="true" class="small year" name="dob[]" id="dob2">
              <option value="">Year</option>
              <option value="2006">2006</option>
              <option value="2005">2005</option>
              <option value="2004">2004</option>
              <option value="2003">2003</option>
              <option value="2002">2002</option>
              <option value="2001">2001</option>
              <option value="2000">2000</option>
              <option value="1999">1999</option>
              <option value="1998">1998</option>
              <option value="1997">1997</option>
              <option value="1996">1996</option>
              <option value="1995">1995</option>
              <option value="1994">1994</option>
              <option value="1993">1993</option>
              <option value="1992">1992</option>
              <option value="1991">1991</option>
              <option value="1990">1990</option>
              <option value="1989">1989</option>
              <option value="1988">1988</option>
              <option value="1987">1987</option>
              <option value="1986">1986</option>
              <option value="1985">1985</option>
              <option value="1984">1984</option>
              <option value="1983">1983</option>
              <option value="1982">1982</option>
              <option value="1981">1981</option>
              <option value="1980">1980</option>
              <option value="1979">1979</option>
              <option value="1978">1978</option>
              <option value="1977">1977</option>
              <option value="1976">1976</option>
              <option value="1975">1975</option>
              <option value="1974">1974</option>
              <option value="1973">1973</option>
              <option value="1972">1972</option>
              <option value="1971">1971</option>
              <option value="1970">1970</option>
              <option value="1969">1969</option>
              <option value="1968">1968</option>
              <option value="1967">1967</option>
              <option value="1966">1966</option>
              <option value="1965">1965</option>
              <option value="1964">1964</option>
              <option value="1963">1963</option>
              <option value="1962">1962</option>
              <option value="1961">1961</option>
              <option value="1960">1960</option>
              <option value="1959">1959</option>
              <option value="1958">1958</option>
              <option value="1957">1957</option>
              <option value="1956">1956</option>
              <option value="1955">1955</option>
              <option value="1954">1954</option>
              <option value="1953">1953</option>
              <option value="1952">1952</option>
              <option value="1951">1951</option>
              <option value="1950">1950</option>
              <option value="1949">1949</option>
              <option value="1948">1948</option>
              <option value="1947">1947</option>
              <option value="1946">1946</option>
              <option value="1945">1945</option>
              <option value="1944">1944</option>
              <option value="1943">1943</option>
              <option value="1942">1942</option>
              <option value="1941">1941</option>
              <option value="1940">1940</option>
              <option value="1939">1939</option>
              <option value="1938">1938</option>
              <option value="1937">1937</option>
              <option value="1936">1936</option>
              <option value="1935">1935</option>
              <option value="1934">1934</option>
              <option value="1933">1933</option>
              <option value="1932">1932</option>
              <option value="1931">1931</option>
              <option value="1930">1930</option>
              <option value="1929">1929</option>
              <option value="1928">1928</option>
              <option value="1927">1927</option>
              <option value="1926">1926</option>
              <option value="1925">1925</option>
              <option value="1924">1924</option>
              <option value="1923">1923</option>
              <option value="1922">1922</option>
              <option value="1921">1921</option>
              <option value="1920">1920</option>
              <option value="1919">1919</option>
              <option value="1918">1918</option>
              <option value="1917">1917</option>
              <option value="1916">1916</option>
              <option value="1915">1915</option>
              <option value="1914">1914</option>
              <option value="1913">1913</option>
              <option value="1912">1912</option>
              <option value="1911">1911</option>
              <option value="1910">1910</option>
              <option value="1909">1909</option>
              <option value="1908">1908</option>
              <option value="1907">1907</option>
              <option value="1906">1906</option>
            </select><span class="validate-icon"></span><span id="dob[]_error" class="form_error form-error error-text inline" style="display: none;">This is not a valid date</span></div>
        </div>
      </div>
      <div id="contactdetails-stage-group" class="journey-group-container">
        <h3>Contact details</h3>
        <div class="form_row field validation_required" id="email-form-row">
          <div class="tooltip_icon" tabindex="0"><img src="/image/tooltip-icon.png" width="28" height="20" alt="" title=""></div>
          <div class="tooltip_icon_text">help</div>
          <div class="form_help float" style="display: none;"><span>Please enter a valid email address to allow us to confirm details of your lottery entry to you.</span></div><label for="email">Email address<span class="error-star">*</span>:</label>
          <div class="form-item"><input autocomplete="off" type="text" name="email" id="email" value="" class="required min-3 email EmailAddress" required_field="true"><span class="validate-icon"></span><span id="email_error"
              class="form_error form-error error-text inline" style="display: none;"></span></div>
        </div>
        <div class="form_row field validation_required" id="email_verify-form-row"><label for="email_verify">Verify email address<span class="error-star">*</span>:</label>
          <div class="form-item"><input autocomplete="off" type="text" name="email_verify" id="email_verify" value="" class="required min-3 email EmailAddress" required_field="true"><span class="validate-icon"></span><span id="email_verify_error"
              class="form_error form-error error-text inline" style="display: none;"></span></div>
        </div>
        <div class="form_row field validation_required" id="telephone-form-row">
          <div class="tooltip_icon" tabindex="0"><img src="/image/tooltip-icon.png" width="28" height="20" alt="" title=""></div>
          <div class="tooltip_icon_text">help</div>
          <div class="form_help float" style="display: none;"><span>Providing a contact number allows us to contact you with any queries regarding your lottery subscription and lets us contact you more easily if you win!</span></div><label
            for="telephone">Telephone number<span class="error-star">*</span>:</label>
          <div class="form-item"><input autocomplete="off" type="text" name="telephone" id="telephone" value="" class="large" maxlength="15" required_field="true"><span class="validate-icon"></span><span id="telephone_error"
              class="form_error form-error error-text inline" style="display: none;"></span></div>
        </div>
      </div>
      <div id="addresssearch-stage-group" class="journey-group-container">
        <div class="form_row field" id="house_no-form-row"><label for="house_no">House number/name:</label>
          <div class="form-item"><input autocomplete="off" type="text" name="house_no" id="house_no" value="" class="large"><span class="validate-icon"></span><span id="house_no_error" class="form_error form-error error-text inline"
              style="display: none;"></span></div>
        </div>
        <div class="form_row field" id="txtAddressLkp-form-row"><label for="txtAddressLkp">Postcode:</label>
          <div class="form-item"><input autocomplete="off" type="text" name="txtAddressLkp" id="txtAddressLkp" value="" class="large"><span class="validate-icon"></span><span id="txtAddressLkp_error" class="form_error form-error error-text inline"
              style="display: none;"></span></div>
        </div>
        <div class="form_row field" id="findaddress-form-row">
          <div class="tooltip_icon" tabindex="0"><img src="/image/tooltip-icon.png" width="28" height="20" alt="" title=""></div>
          <div class="tooltip_icon_text">help</div>
          <div class="form_help float" style="display: none;"><span>Click to find address or to enter address yourself.</span></div>
          <div class="form-item"><input type="button" value="Find address" id="findaddress" name="findaddress" class="commandLinkSecondary lookForAddress"><span class="validate-icon"></span><span id="findaddress_error"
              class="form_error form-error error-text inline" style="display: none;"></span></div>
        </div>
      </div>
      <div class="form_row field" id="addresses-form-row">
        <div class="form-item"><select name="addresses" id="addresses" style="display: none;" class="large"></select><span class="validate-icon"></span><span id="addresses_error" class="form_error form-error error-text inline"
            style="display: none;"></span></div>
      </div>
      <div id="orenteraddressyourself-stage-group" class="journey-group-container" style="display: none;"><span style="margin-left: 138px; padding: 0px 0px 20px; display: none;" class="form_error error-text inline" id="postcodesearch_error">The
          postcode you have entered has not been recognised,<br>please try again or enter your address manually.</span>
        <div class="form_row field validation_required" id="address1-form-row"><label for="address1">Address line 1:</label>
          <div class="form-item"><input autocomplete="off" type="text" name="address1" id="address1" value="" class="large"><span class="validate-icon"></span><span id="address1_error" class="form_error form-error error-text inline"
              style="display: none;"></span></div>
        </div>
        <div class="form_row field" id="address2-form-row"><label for="address2">Address line 2:</label>
          <div class="form-item"><input autocomplete="off" type="text" name="address2" id="address2" value="" class="large"><span class="validate-icon"></span><span id="address2_error" class="form_error form-error error-text inline"
              style="display: none;"></span></div>
        </div>
        <div class="form_row field" id="address3-form-row"><label for="address3">Address line 3:</label>
          <div class="form-item"><input autocomplete="off" type="text" name="address3" id="address3" value="" class="large"><span class="validate-icon"></span><span id="address3_error" class="form_error form-error error-text inline"
              style="display: none;"></span></div>
        </div>
        <div class="form_row field" id="address4-form-row"><label for="address4">Address line 4:</label>
          <div class="form-item"><input autocomplete="off" type="text" name="address4" id="address4" value="" class="large"><span class="validate-icon"></span><span id="address4_error" class="form_error form-error error-text inline"
              style="display: none;"></span></div>
        </div>
        <div class="form_row field validation_required" id="town-form-row"><label for="town">Town:</label>
          <div class="form-item"><input autocomplete="off" type="text" name="town" id="town" value="" class="large"><span class="validate-icon"></span><span id="town_error" class="form_error form-error error-text inline"
              style="display: none;"></span></div>
        </div>
        <div class="form_row field" id="county-form-row"><label for="county">County:</label>
          <div class="form-item"><input autocomplete="off" type="text" name="county" id="county" value="" class="large"><span class="validate-icon"></span><span id="county_error" class="form_error form-error error-text inline"
              style="display: none;"></span></div>
        </div>
        <div class="form_row field validation_required" id="postcode-form-row"><label for="postcode">Post code:</label>
          <div class="form-item"><input autocomplete="off" type="text" name="postcode" id="postcode" value="" class="large"><span class="validate-icon"></span><span id="postcode_error" class="form_error form-error error-text inline"
              style="display: none;"></span></div>
        </div>
      </div>
      <div id="dataprotection-stage-group" class="journey-group-container">
        <h3>Data protection</h3>
        <p>The details you’ve provided to us will be used to support the operation of this website and administer the lottery. To find out more about how we use your personal information please take a look at our
          <a href="https://www.alzheimers.org.uk/legal-information/personal-data#content-start" target="_Blank">supporter privacy statement</a>.</p>
        <p>Alzheimer's Society would like to contact you by post, email or telephone about our activities, including fundraising, campaigning and services. We will not share your information outside the Society.</p>
        <div class="field"><input type="checkbox" value="Y" name="dataproemail" id="dataproemail">
          <label for="dataproemail">Yes, I’d like to stay in touch via email </label>
          <span id="dataproemail_error" class="form_error form-error error-text inline" style="display: none;"></span>
        </div>
        <div class="field"><input type="checkbox" value="Y" name="dataprophone" id="dataprophone">
          <label for="dataprophone">Yes, I’d like to stay in touch via phone </label>
          <span id="dataprophone_error" class="form_error form-error error-text inline" style="display: none;"></span>
        </div>
        <div class="field"><input type="checkbox" value="Y" name="datapro3rdparty" id="datapro3rdparty"><label for="datapro3rdparty">Yes, I’d like to stay in touch via SMS</label>
          <span id="datapro3rdparty_error" class="form_error form-error error-text inline" style="display: none;"></span>
        </div>
        <div class="field"><input value="Y" name="dataprosocial" id="dataprosocial" type="checkbox">
          <label for="dataprosocial">Yes, I’d like to stay in touch via social media </label><span id="dataprosocial_error" class="form_error form-error error-text inline" style="display: none;"></span>
        </div>
        <div class="field"><input type="checkbox" value="Y" name="datapromail" id="datapromail">&nbsp;<span class="text"> No contact via post, please </span><br><span id="datapromail_error" class="form_error form-error error-text inline"
            style="display: none;"></span></div>
        <p>If you wish to change your contact preferences, please let us know on 01524 753 238</p>
      </div>
      <div class="controls-box"><input class="NextButton fltRight" value="Next step" id="next-button" type="submit"><a class="BackButton fltLeft" value="back" href="http://www.alzheimers.org.uk/">Back</a></div>
    </div>
  </div>
  <div style="clear:both">&nbsp;</div>
  <div class="cannedLinks clearfix">
    <ul style="list-style:none;">
      <li><a href="https://alzheimerslottery.org.uk//lightbox/6" class="colorbox cboxElement">Complaints Procedure</a></li>
      <li><a href="https://alzheimerslottery.org.uk//lightbox/7" class="colorbox cboxElement">Responsible Gambling Guide</a></li>
      <li><a href="https://alzheimerslottery.org.uk//lightbox/5" class="colorbox cboxElement">Lottery Terms and Conditions</a></li>
    </ul>
    <!--<img style="position: absolute; right: 0px; margin-top: -20px;" src="/image/frsb.png" title="Fund Raising Standards Board" /></div>--> <br>
    <div class="sub-footer section-box">
      <br>
      <p> Alzheimer's Society is licensed and regulated in Great Britain by the Gambling Commission under account number <a href="https://registers.gamblingcommission.gov.uk/34971" target="_Blank"><span>34971</span></a>.
        Website:<a target="_blank" href="http://www.gamblingcommission.gov.uk">www.gamblingcommission.gov.uk</a>. Promoter: Alzheimer's Society, 43-44 Crutched Friars, London, EC3N 2AE. Responsible Person: Alex Hyde-Smith. £1 per entry. Must be 18 or
        over to play. Underage gambling is an offence. All proceeds to Alzheimer's Society. Full terms and conditions are available <a href="https://alzheimerslottery.org.uk/lottery-rules" target="_Blank">here</a>.<br><br> In 2023 £3,495,785 was
        raised from ticket sales in our Big Win Lotteries and Big Win Super Draws, with 5.17% spent on prizes, 74.75% was re-invested into growing our lottery programme so it can raise even more for good causes in the future, and 20.08% being used to
        fund the work of the Alzheimer's Society (based on the Lottery Submissions made by Alzheimer's Society to the Gambling Commission, during the 2023 calendar year). This translated to a fantastic £701,987.47! <br> In 2023, the likelihood of
        winning a prize was, on average, 1 in 257 in our regular Big Win Lotteries and 1 in 449 in our Quarterly Big Win Super draws. </p>
      <p> Profits from the Alzheimer’s Society Big Win Lottery may fund grants for research projects that are relevant to people affect by dementia and fit within our funding remit that is organised into two streams: Biomedical research and Care,
        Implementation and public health research. Information on how grants are awarded can be found at
        <a href="https://www.alzheimers.org.uk/research/researchers/our-funding-schemes">https://www.alzheimers.org.uk/research/researchers/our-funding-schemes</a>. </p>
      <p>This web page is hosted by StarVale Management &amp; Technologies Limited which is licensed and regulated in Great Britain by the Gambling Commission under account number
        <a href="https://registers.gamblingcommission.gov.uk/3273" target="_Blank">3273</a>.</p>
      <a href="https://www.begambleaware.org" title="Gamble Aware" target="_blank"> <img src="https://alzheimerslottery.org.uk/image/begambleaware_black.png" alt="Gamble Aware Logo" title="Gamble Aware Logo" class="gamecare_content"> </a>
      <div class="gamecare_content">If you feel you have a problem with gambling. visit www.begambleaware.org or call the National Gambling Helpline on 0808 8020 133</div>
    </div>
  </div>
</form>

Text Content

IT'S SO EASY – SO PLAY TO BEAT DEMENTIA TODAY!

 * 1. Your entry
 * 2. Payment
 * 3. Confirmation

To enter The Big Win Weekly Lottery you must be age 18 or over and is open to
residents of mainland Great Britain and Northern Ireland only (this excludes
Isle of Man and the Channel Islands).

Fields marked * are mandatory


HOW MANY ENTRIES WOULD YOU LIKE?

1 entry per week - £5 per month



2 entries per week - £10 per month



1 entry per week - £4.34 per month



2 entries per week - £8.68 per month

£5 per entry per month will ensure that you never miss a draw and any excess
credits will be treated as a donation to the Alzheimer’s Society. The lower cost
of £4.34 per entry per month is calculated at £52 (£1 per week) divided by 12
months. However given some months have 5 weeks, there may be weeks where the
required credit to play in the draw of £1+ (from the 34p’s) has not yet been
accrued. If you are playing at the higher cost of £5 per entry per month you can
opt out of this additional spend at any time by calling 01524 753238 or emailing
alzheimerslottery@btconnect.com.

We are unable to benefit from Gift Aid on Lottery Subscriptions, but we can
boost any Donations received in the last 4 tax years/and any made in the future,
by 25p in every £1, if you could please sign up to Gift Aid.

Gift Aid is reclaimed by Alzheimer's Society from the tax you pay in the current
tax year, at no extra cost to anyone except the tax man!

 Yes I want to Gift Aid my donations to Alzheimer's Society


I am a UK tax payer and confirm I will pay an amount of income tax for each year
that is at least equal to the amount of Gift Aid that all charities that I
donate to will reclaim on my behalf. If I pay less Income Tax/Capital Gains Tax
in any tax year than the amount claimed on my donations it will be my
responsibility to pay any difference back.


YOUR DETAILS

Title*:
Please selectMrsMrMissMsDrRevOther Please choose an option from Title
First name*:
First Name cannot be left blank
Last name*:
Last Name cannot be left blank
help
To comply with Gambling Commission regulations and prevent under age gambling,
we must confirm that you are 18 years of age or over to enter our lottery.
Date of birth*:
DayDay12345678910111213141516171819202122232425262728293031
MonthMonthJanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember
YearYear20062005200420032002200120001999199819971996199519941993199219911990198919881987198619851984198319821981198019791978197719761975197419731972197119701969196819671966196519641963196219611960195919581957195619551954195319521951195019491948194719461945194419431942194119401939193819371936193519341933193219311930192919281927192619251924192319221921192019191918191719161915191419131912191119101909190819071906This
is not a valid date


CONTACT DETAILS

help
Please enter a valid email address to allow us to confirm details of your
lottery entry to you.
Email address*:

Verify email address*:

help
Providing a contact number allows us to contact you with any queries regarding
your lottery subscription and lets us contact you more easily if you win!
Telephone number*:

House number/name:

Postcode:

help
Click to find address or to enter address yourself.


The postcode you have entered has not been recognised,
please try again or enter your address manually.
Address line 1:

Address line 2:

Address line 3:

Address line 4:

Town:

County:

Post code:



DATA PROTECTION

The details you’ve provided to us will be used to support the operation of this
website and administer the lottery. To find out more about how we use your
personal information please take a look at our supporter privacy statement.

Alzheimer's Society would like to contact you by post, email or telephone about
our activities, including fundraising, campaigning and services. We will not
share your information outside the Society.

Yes, I’d like to stay in touch via email
Yes, I’d like to stay in touch via phone
Yes, I’d like to stay in touch via SMS
Yes, I’d like to stay in touch via social media
  No contact via post, please


If you wish to change your contact preferences, please let us know on 01524 753
238

Back
 
 * Complaints Procedure
 * Responsible Gambling Guide
 * Lottery Terms and Conditions





Alzheimer's Society is licensed and regulated in Great Britain by the Gambling
Commission under account number 34971. Website:www.gamblingcommission.gov.uk.
Promoter: Alzheimer's Society, 43-44 Crutched Friars, London, EC3N 2AE.
Responsible Person: Alex Hyde-Smith. £1 per entry. Must be 18 or over to play.
Underage gambling is an offence. All proceeds to Alzheimer's Society. Full terms
and conditions are available here.

In 2023 £3,495,785 was raised from ticket sales in our Big Win Lotteries and Big
Win Super Draws, with 5.17% spent on prizes, 74.75% was re-invested into growing
our lottery programme so it can raise even more for good causes in the future,
and 20.08% being used to fund the work of the Alzheimer's Society (based on the
Lottery Submissions made by Alzheimer's Society to the Gambling Commission,
during the 2023 calendar year). This translated to a fantastic £701,987.47!
In 2023, the likelihood of winning a prize was, on average, 1 in 257 in our
regular Big Win Lotteries and 1 in 449 in our Quarterly Big Win Super draws.

Profits from the Alzheimer’s Society Big Win Lottery may fund grants for
research projects that are relevant to people affect by dementia and fit within
our funding remit that is organised into two streams: Biomedical research and
Care, Implementation and public health research. Information on how grants are
awarded can be found at
https://www.alzheimers.org.uk/research/researchers/our-funding-schemes.

This web page is hosted by StarVale Management & Technologies Limited which is
licensed and regulated in Great Britain by the Gambling Commission under account
number 3273.

If you feel you have a problem with gambling. visit www.begambleaware.org or
call the National Gambling Helpline on 0808 8020 133


All content © 2024 Alzheimer's Society. Registered office at Alzheimer's
Society, 43-44 Crutched Friars, London, EC3N 2AE

Alzheimer's Society is a registered Charity No. 296645. Registered as a company
limited by guarantee and registered in England No. 2115499.



By clicking “Accept All Cookies”, you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and assist in our
marketing efforts.
Accept All Cookies
Manage cookies



PRIVACY PREFERENCE CENTER

When you visit any website, it may store information about you in the form of
cookies. This personal information might be about your behaviour on the website,
or the device you’re using to visit it. It’s mostly used to make the website
work as you would expect it to, and this information shouldn’t usually identify
you directly, but it can give you a more personalised experience. Different
cookies collect different information. We’ve listed the different cookies that
we use below. You can still use the site without accepting cookies, but it may
not work as expected.
More information
Allow All


MANAGE CONSENT PREFERENCES

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

Back Button


COOKIE LIST



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Reject All Confirm My Choices