dgmAffiliates’ monthly newsletter rounds up all the key affiliate programs, as well as industry news, new functionality available to affiliates and useful articles on affiliate marketing …subscribe now below.
function checkNulls() { if (document.getElementById(\\'First_Name\\').value==\\'\\'|| document.getElementById(\\'Surname\\').value==\\'\\'|| document.getElementById(\\'Company\\').value==\\'\\'|| document.getElementById(\\'email\\').value==\\'\\' ){ alert(\\'Please fill in all the fields\\'); return false; }else{ return true; } }