Submit Your Application: Build Your Future in Software Engineering

window.onload = function() { var form = document.getElementById("__vtigerWebForm"); form.onsubmit = function(event) { // Email validation var email = form.elements["email"].value; var emailPattern = /^[^\s@]+@[^\s@]+\.[^\s@]+$/; if (!emailPattern.test(email)) { alert("Please enter a valid email address."); event.preventDefault(); return false; } // Phone validation var phone = form.elements["phone"].value; var phonePattern = /^\d{10}$/; if (!phonePattern.test(phone)) { alert("Please enter a valid 10-digit phone number."); event.preventDefault(); return false; } // File validation var fileInput = form.elements["file_5_1"]; var file = fileInput.files[0]; if (file) { var fileType = file.type; var fileSize = file.size; var allowedTypes = ["application/pdf", "application/msword", "application/vnd.openxmlformats-officedocument.wordprocessingml.document"]; if (!allowedTypes.includes(fileType)) { alert("Please upload a valid file type (pdf, doc, docx)."); event.preventDefault(); return false; } // Max file size check (5MB) if (fileSize > 5242880) { alert("Maximum allowed file size is 5MB."); event.preventDefault(); return false; } } // reCAPTCHA validation var recaptchaResponse = grecaptcha.getResponse(); if (recaptchaResponse.length === 0) { alert("Please complete the reCAPTCHA."); event.preventDefault(); return false; } }; }

Contact Us


Select ServicesCloud TransformationCybersecuritySAPSoftware TestingDigital MarketingWeb & Mobile AppsIT Staffing
0 / 180

Apply for a job


Select Job CategorySr. Developer (ASP .Net)InternSoftware Test EngineerPHP DeveloperDigital Marketing ExecutiveAWS Cloud PractitionerAWS Cloud AdministratorSAP ABAP ConsultantSnowflake EngineerDesignersPHP LaravelDigital Marketing ExecutiveL1 End User Support Engineer
No file chosen

Contact Us

Contact Us


Select ServicesCloud TransformationCybersecuritySAPSoftware TestingDigital MarketingWeb & Mobile AppsIT Staffing
0 / 180