
<!--Make sure this is added to the themes css-->
<!--<style>.required {color:red}</style>-->

<!-- To obtain the below, copy from the subscribe form at kirtlingandupend.org/phplist -->
<!-- Make sure form is set-up as <form method="post" action="https://www.kirtlingandupend.org/phplist/?p=subscribe&id=4" name="subscribeform">-->

<div class="error"><span class="required">* required fields are marked red</span></div>


<script language="Javascript" type="text/javascript">

function checkform()
{
  for (i=0;i<fieldstocheck.length;i++) {
    if (eval("document.subscribeform.elements['"+fieldstocheck[i]+"'].type") == "checkbox") {
      if (document.subscribeform.elements[fieldstocheck[i]].checked) {
      } else {
        alert("Please enter your "+fieldnames[i]);
        eval("document.subscribeform.elements['"+fieldstocheck[i]+"'].focus()");

        return false;
      }
    } else {
      if (eval("document.subscribeform.elements['"+fieldstocheck[i]+"'].value") == "") {
        alert("Please enter your "+fieldnames[i]);
        eval("document.subscribeform.elements['"+fieldstocheck[i]+"'].focus()");

        return false;
      }
    }
  }
  for (i=0;i<groupstocheck.length;i++) {
    if (!checkGroup(groupstocheck[i],groupnames[i])) {
      return false;
    }
  }
  
  if (! checkEmail()) {
    alert("Email address is not valid");

    return false;
  }

  return true;
}

var fieldstocheck = new Array();
var fieldnames = new Array();
function addFieldToCheck(value,name)
{
  fieldstocheck[fieldstocheck.length] = value;
  fieldnames[fieldnames.length] = name;
}
var groupstocheck = new Array();
var groupnames = new Array();
function addGroupToCheck(value,name)
{
  groupstocheck[groupstocheck.length] = value;
  groupnames[groupnames.length] = name;
}

function compareEmail()
{
  return (document.subscribeform.elements["email"].value == document.subscribeform.elements["emailconfirm"].value);
}

function checkEmail()
{
  var re = /^(([^<>()[\]\.,;:\s@\"]+(\.[^<>()[\]\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
    return re.test(document.subscribeform.elements["email"].value);
}

function checkGroup(name,value)
{
  option = -1;
  for (i=0;i<document.subscribeform.elements[name].length;i++) {
    if (document.subscribeform.elements[name][i].checked) {
      option = i;
    }
  }
  if (option == -1) {
    alert ("Please enter your "+value);

    return false;
  }

  return true;
}

</script><form method="post" action="https://www.kirtlingandupend.org/phplist/?p=subscribe&id=4" name="subscribe"><table border=0>
  <tr><td><div class="required"><label for="email">Email address *</label></div></td>
  <td class="attributeinput"><input type=text name=email value="" size="40" id="email" />
  <script language="Javascript" type="text/javascript">addFieldToCheck("email","Email address");</script></td></tr><input type="hidden" name="htmlemail" value="1" />

<tr><td><div class="required"><label for="attribute4">First Name *</label></div></td><td class="attributeinput">
            <input type="text" name="attribute4"  class="attributeinput" size="40" value="" id="attribute4" /><script language="Javascript" type="text/javascript">addFieldToCheck("attribute4","First Name");</script></td></tr>

<tr><td><div class="required"><label for="attribute5">Last Name *</label></div></td><td class="attributeinput">
            <input type="text" name="attribute5"  class="attributeinput" size="40" value="" id="attribute5" /><script language="Javascript" type="text/javascript">addFieldToCheck("attribute5","Last Name");</script></td></tr>

<tr><td><div class="required"><label for="attribute1">House Name or Number *</label></div></td><td class="attributeinput">
            <input type="text" name="attribute1"  class="attributeinput" size="40" value="" id="attribute1" /><script language="Javascript" type="text/javascript">addFieldToCheck("attribute1","House Name or Number");</script></td></tr>

<tr><td><div class="required"><label for="attribute2">Street Name *</label></div></td><td class="attributeinput">
            <input type="text" name="attribute2"  class="attributeinput" size="40" value="" id="attribute2" /><script language="Javascript" type="text/javascript">addFieldToCheck("attribute2","Street Name");</script></td></tr>

<tr><td><div class="required"><label for="attribute3">Village *</label></div></td><td class="attributeinput"><!--0--><select name="attribute3" class="attributeinput" id="attribute3"><option value="1" selected="selected">Kirtling<option value="2" >Upend<option value="3" >Not in Parish</select></td></tr>
</table><p class="information">Please select the newsletters you want to sign up to:</p><ul class="list"><li class="list"><input type="checkbox" name="list[3]" value="signup"  /><b>Parish News</b><div class="listdescription">News relevant to the parish. This could include parish council notices, agendas and minutes.<br />
</div></li><li class="list"><input type="checkbox" name="list[6]" value="signup"  /><b>Clubs, Activities and Events</b><div class="listdescription">News and event announcements<br />
</div></li><li class="list"><input type="checkbox" name="list[4]" value="signup"  /><b>Local Business Offers</b><div class="listdescription">Information and offers from businesses and business owners who are within the parish. From time to time, this may be used for announcements for businesses outside of the parish at the discretion of the Parish Council.<br />
</div></li><li class="list"><input type="checkbox" name="list[5]" value="signup"  /><b>Heating Oil Syndicate</b><div class="listdescription">Receive notifications when the oil syndicate is placing a group order which, if you decide to order your oil through the syndicate, will enable you to achieve a lower price per litre of burning oil.</div></li><li class="list"><input type="checkbox" name="list[9]" value="signup"  /><b>Residents Group</b><div class="listdescription">Mailing list for the resident's group/association</div></li></ul><div style="display:none"><input type="text" name="VerificationCodeX" value="" size="20"></div>
<div class="g-recaptcha" data-sitekey="6Ldcnw0TAAAAAFQS9VVZlxZ52-NsrRIskuKeECZO" data-size="normal" data-theme="light"></div>
<script type="text/javascript" src="https://www.google.com/recaptcha/api.js?hl=en-GB"></script>

<p><input type=submit name="subscribe" value="Subscribe to the e-nouncements service" onClick="return checkform();"></p></form><br/><br/><p><a href="http://www.kirtlingandupend.org/phplist/?p=unsubscribe&id=4">Unsubscribe</a></p><p class="poweredby" style="text-align:center"><a href="https://www.phplist.com/poweredby?utm_source=pl3.3.1&amp;utm_medium=poweredhostedimg&amp;utm_campaign=phpList" title="visit the phpList website" ><img src="https://d3u7tsw7cvar0t.cloudfront.net/images/3.3.1/power-phplist.png" title="powered by phpList version 3.3.1, &copy; phpList ltd" alt="powered by phpList 3.3.1, &copy; phpList ltd" border="0" /></a></p>

{"id":71,"date":"2015-05-28T13:18:08","date_gmt":"2015-05-28T13:18:08","guid":{"rendered":"http:\/\/kirtlingandupend.org\/wp\/?page_id=71"},"modified":"2026-02-26T17:40:26","modified_gmt":"2026-02-26T17:40:26","slug":"subscribe-to-e-nouncements","status":"publish","type":"page","link":"https:\/\/kirtlingandupend.co.uk\/?page_id=71","title":{"rendered":"Join Email News"},"content":{"rendered":"<p>The Parish Council are pleased to provide\u00a0an email News Service which will enable us to update you more effectively and quickly with news and events in the parish. By joining you will be able to find out what\u2019s going on and if you wish, contribute any news and views you may have that others might find interesting.<\/p>\n\n<p><b>Why do I need to enter my address details?<\/b><\/p>\n<p>We need your address so that we can see which households have access to email news. For those people who do not, we will endeavour to deliver paper flyers from time to time as we currently do.<\/p>\n<h2><b>Will my details be shared with anyone else?<\/b><\/h2>\n<p>Definitely not. Only the Parish Council will have access to your email address(es) solely for the purpose of sending out updates. We will not share your details with any 3rd party.<\/p>\n<h2><b>Who do I contact if I want to send a message through the email news service?<\/b><\/h2>\n<p>Please contact any Parish Councillor or the Parish Clerk at <a href=\"mailto:info@kirtlingandupend.co.uk\">info@kirtlingandupend.co.uk<\/a> ) who will evaluate your message and can then arrange for your message to be sent.<\/p>\n<p>We hope you will welcome this new service provided by the Parish Council and be active in contributing your own news and views.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Parish Council are pleased to provide\u00a0an email News Service which will enable us to update you more effectively and quickly with news and events in the parish. By joining you will be able to find out what\u2019s going on and if you wish, contribute any news and views you may have that others might find interesting. Why do I&#8230; <a href=\"https:\/\/kirtlingandupend.co.uk\/?page_id=71\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":25,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/full-width.php","meta":{"footnotes":""},"class_list":["post-71","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/kirtlingandupend.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/71","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kirtlingandupend.co.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kirtlingandupend.co.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kirtlingandupend.co.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kirtlingandupend.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=71"}],"version-history":[{"count":24,"href":"https:\/\/kirtlingandupend.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/71\/revisions"}],"predecessor-version":[{"id":3350,"href":"https:\/\/kirtlingandupend.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/71\/revisions\/3350"}],"up":[{"embeddable":true,"href":"https:\/\/kirtlingandupend.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/25"}],"wp:attachment":[{"href":"https:\/\/kirtlingandupend.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=71"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}