ktechproducts form
-None- Request for Services Request for Product Request for Demo Career-related Queries Media Queries Website Feedback
-None- Rapid Digital Transformation - Assessment & Roadmap Digital Transformation Program Execution Managed Services Test Automation Services Security and Privacy Services AP Invoice Automation AR Billing Automation Mobile Expense Reporting and Auditing Automation Intelligent AI-Enabled Chatbot (Kaybot) Online Admission Application Portal DigiScript TASK PETA Performance Testing for Enterprise Application Security & Compliance Others
-None- Aaron AP Invoice Automation Webinar Arfel Chat Conference Cory Facebook Fine imaginX Inside Sales Internal Seminar Jai JL/Girish - KPMGA Jorge Jose Juliana KPMGA Ktechproduct Lina Maria Mike Mathews Online Store Partner Sales Email Alias Seminar Partner Sri Sridhar K Suresh Trade Show Twitter Web Download Web Research
-None- Qualified Lead WON Not Qualified Contacted - (not yet Qualified/Qualified) Not Contacted Attempted to Contact Contact in Future Junk Lead Lost Lead
-None- Higher Education Public Sector Healthcare Banking Insurance Pharma Oil and Gas Telecommunication Energy Network Equipment Enterprise Automobile/Manufacturing Commercial Logistics Other General not otherwise listed Storage Equipment Storage Service Provider Systems Integrator Management ISV
function validateEmail94118000003414077() { var form = document.forms['WebToLeads94118000003414077']; var emailFld = form.querySelectorAll('[ftype=email]'); var i; for (i = 0; i < emailFld.length; i++) { var emailVal = emailFld[i].value; if((emailVal.replace(/^\s+|\s+$/g, '')).length!=0 ) { var atpos=emailVal.indexOf('@'); var dotpos=emailVal.lastIndexOf('.'); if (atpos<1 || dotpos=emailVal.length) { alert('Please enter a valid email address. '); emailFld[i].focus(); return false; } } } return true; } function checkMandatory94118000003414077() { var mndFileds = new Array('Company','First Name','Last Name','Industry','LEADCF2','LEADCF3'); var fldLangVal = new Array('Company','First\x20Name','Last\x20Name','Industry','Request\x20Type','Product\x2FService'); for(i=0;i<mndFileds.length;i++) { var fieldObj=document.forms['WebToLeads94118000003414077'][mndFileds[i]]; if(fieldObj) { if (((fieldObj.value).replace(/^\s+|\s+$/g, '')).length==0) { if(fieldObj.type =='file') { alert('Please select a file to upload.'); fieldObj.focus(); return false; } alert(fldLangVal[i] +' cannot be empty.'); fieldObj.focus(); return false; } else if(fieldObj.nodeName=='SELECT') { if(fieldObj.options[fieldObj.selectedIndex].value=='-None-') { alert(fldLangVal[i] +' cannot be none.'); fieldObj.focus(); return false; } } else if(fieldObj.type =='checkbox'){ if(fieldObj.checked == false){ alert('Please accept '+fldLangVal[i]); fieldObj.focus(); return false; } } try { if(fieldObj.name == 'Last Name') { name = fieldObj.value; } } catch (e) {} } } if(!validateEmail94118000003414077()){return false;} document.querySelector('.crmWebToEntityForm .formsubmit').setAttribute('disabled', true); } function tooltipShow94118000003414077(el){ var tooltip = el.nextElementSibling; var tooltipDisplay = tooltip.style.display; if(tooltipDisplay == 'none'){ var allTooltip = document.getElementsByClassName('zcwf_tooltip_over'); for(i=0; i<allTooltip.length; i++){ allTooltip[i].style.display='none'; } tooltip.style.display = 'block'; }else{ tooltip.style.display='none'; } }