NEWS LETTER
Join our free newsletter and keep upto date with the world of KINK:
PLEASE NOTE YOU WILL RECIEVE AN EMAIL FROM US WITH A LINK TO CLICK TO CONFIRM YOU WISH TO JOIN OUR NEWSLETTER - If you do not receive this email then please check your spam/junk email box
function CheckMultiple22(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 CheckForm22(f) { if (f.email.value == "") { alert("Please enter your email address."); f.email.focus(); return false; }
if (f.format.selectedIndex == -1) { alert("Please choose a format to receive your email campaigns in"); f.format.focus(); return false; }
var fname = "CustomFields_1_22"; var fld = document.getElementById(fname);
CheckNum = parseInt(fld.value); if(fld.value != "" && isNaN(CheckNum)) { alert("Please enter a numeric value for field Mobile Number"); fld.select(); fld.focus(); return false; }
return true; };
