Why you should subscribe to our newsletter Join VIBES FM mailing list and we will e-mail you a copy of our newsletter monthly. Always on the last Monday in a full month. It gives you links to all our latest articles and case studies so you can keep up to date with developments in the industry and gives details of our progress, competitions, free products of the month, free downloads, new releases and free events. It’s easy to remove yourself from our mailing list if you change your mind: each newsletter includes a one-click “unsubscribe” link. To join our mailing list, please fill in the form below: function CheckMultiple2(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 CheckForm2(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_4_2"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field Age"); fld.focus(); return false; } var fname = "CustomFields_3_2"; var fld = document.getElementById(fname); if (fld.selectedIndex == -1 || fld.selectedIndex == 0) { alert("Please choose an option for field Country"); fld.focus(); return false; } var fname = "CustomFields_5_2"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field Email"); fld.focus(); return false; } var fname = "CustomFields_2_2"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field Name"); fld.focus(); return false; } var fname = "CustomFields_7_2"; var fld = document.getElementById(fname); if (fld.selectedIndex == -1 || fld.selectedIndex == 0) { alert("Please choose an option for field Gender"); fld.focus(); return false; } return true; };
|
Great post!