Spanish New Hire New Hire Prospects Name* First Name Fathers Name Mothers Name Birthday Phone Previous Experience Upload Selfie File(s) size limit is 20MB. function checkMandatory4413634000015208053() { var mndFileds = new Array('NAME'); var fldLangVal = new Array('New\x20Hire\x20Prospects\x20Name'); for(i=0;i3){ alert('You can upload a maximum of three files at a time.'); return false; } if ('files' in uploadedFiles) { if (uploadedFiles.files.length != 0) { for (var i = 0; i < uploadedFiles.files.length; i++) { var file = uploadedFiles.files[i]; if ('size' in file) { totalFileSize = totalFileSize + file.size; } } if(totalFileSize > 20971520){ alert('Total file(s) size should not exceed 20MB.'); return false; } } } return true; } function tooltipShow4413634000015208053(el){ var tooltip = el.nextElementSibling; var tooltipDisplay = tooltip.style.display; if(tooltipDisplay == 'none'){ var allTooltip = document.getElementsByClassName('zcwf_tooltip_over'); for(i=0; i