You can sign up to 2 different MAILING LISTS on this page.
To sign up to BOTH mailing lists YOU NEED TO ENTER YOUR INFORMATION IN BOTH PLACES.
“Horizons” Ezine
Sign Up in this top section to receive the Monthly HORIZONS ezine from Pastor Chris Field at Family Horizons
function CheckMultiple6(frm, name) { for (var i=0; i < frm.length; i++) { fldObj = frm.elements[i]; fldId = fldObj.id; if (fldId) { var fieldnamecheck=fldObj.id.indexOf(name); if (fieldnamecheck != -1) { if (fldObj.checked) { return true; } } } } return false; } function CheckForm6(f) { if (f.email.value == "") { alert("Please enter your email address."); f.email.focus(); return false; } var fname = "CustomFields_14_6"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field First Name"); fld.focus(); return false; } var fname = "CustomFields_16_6"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field City"); fld.focus(); return false; } var fname = "CustomFields_17_6"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field Country"); fld.focus(); return false; } return true; };
FGAM "Churchwide" Email
Sign Up below to receive the Weekly "CHURCHWIDE" ezine from Full Gospel Assembly in Melbourne. FGA keeps people informed through a weekly email Newsletter called "Churchwide". You are able to subscribe to that Newsletter by filling in the fields below.
Pastor Chris Field is the editor of the FGAM "Churchwide" Newsletter and you can contact him for further information by emailing chris.field@fgam.org.au
function CheckMultiple1(frm, name) { for (var i=0; i < frm.length; i++) { fldObj = frm.elements[i]; fldId = fldObj.id; if (fldId) { var fieldnamecheck=fldObj.id.indexOf(name); if (fieldnamecheck != -1) { if (fldObj.checked) { return true; } } } } return false; } function CheckForm1(f) { if (f.email.value == "") { alert("Please enter your email address."); f.email.focus(); return false; } var fname = "CustomFields_7_1"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field First Name"); fld.focus(); return false; } var fname = "CustomFields_8_1"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field Last Name"); fld.focus(); return false; } var fname = "CustomFields_9_1"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field Postcode"); fld.focus(); return false; } var fname = "CustomFields_10_1"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field Country"); fld.focus(); return false; } return true; };