Server : LiteSpeed
System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User : outerorb ( 1091)
PHP Version : 8.1.34
Disable Function : mail
Directory :  /home2/outerorb/career.outerorbittech.com/

📁 Create New:
⬆️ Upload File:
Current Dir [ Writable ] Root [ Writable ]


OR Upload from URL:
URL: Save as:

📄 File: index.php

Path: //home2/outerorb/career.outerorbittech.com/index.php

Size: 20.29 KB

Permissions: 0644

<!DOCTYPE html>
<html>
<head>
  <!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
  <meta content="" name="description">
  <meta content="" name="keywords">

	<title>APPLICATION</title>
  <link href="img/favicon.png" rel="icon">

		<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">

<script src="https://code.jquery.com/jquery-3.6.1.min.js"></script>
<meta name="google-site-verification" content="r9aj2BF_ZFLNXAJ_xGLx20dZ2Z9gX_vD0OPf0brjBtw" />
</head>


<body>

<div class="bigger">
            <section id="header" class="cd-secondary-nav">

            <nav class="navbar fixed-top navbar-light bg-light" >
            <div class="col">
              <div class="main-heading"><img src="img/banner.jpg" alt="Girl in a jacket" width="100%" height="10%"></div>
          </div>
</nav>

            </section>
        </div>

<div class="container">
<div class="row">
<!-----------HEADING------------------->
  <div class="col-sm-2">
  </div>
  <div class="col-sm-8" style="background-color:#e6e6ff; margin-top: 20%; padding:10px; text-align: center;border-radius: 25px; text-align:left; font-size:14px; font-family: Trebuchet MS , Helvetica, Arial, sans-serif;">
  <strong>General Instructions:</strong>
  <div style="margin-left: 25px; padding-top:10px; text-align:left;">
                    <ul>
                        <li>Asterisk(<b style="color:red;">*</b>) fields are compulsory.</li>
						<li>By filling out this registration form you are taking the first step toward a successful career with us.</li>
						<li>By registering today, you are committing to take a recorded online assessment, with one of our virtual recruiters, to assess your suitability for a role with us. This interview can either be taken immediately or at a time convenient to you.</li>
						<li>Good luck! And we hope to see you working with us very soon.</li>
                    </ul>
                </div>
   <h1 style="text-align:center;"></h1>

  </div>

  <div class="col-sm-2">
  </div>

  </div>
<!-------------------END---------------------------->
<!------------PROSNAL INFO----------------------->
<div class="row">
<div class="col-sm-2">
  
  </div>

  <div class="col-sm-8" style="margin-top: 5%; padding:5px; text-align: center;">
   <h3>Personal Information</h3>
  </div>

  <div class="col-sm-2">
  </div>

  </div>

<!----------------- END ------------------------->

  <div class="row">
  <div class="col-sm-1">
  </div>
    <div class="col-sm-10" style="border: 0px solid black; padding:60px; margin-top: -3%;">
      <form action="form_action.php" method="post" enctype="multipart/form-data">

        <!---------------INPUT SECTION ------------->

<div class="row">
<!---------Basic Info Column ---------------->
    <div class="col-sm-12" style="font-family:Verdana; font-size:13px;">


     <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable">Post Applied For<b style="color:red;">*</b></label>
      
    </div>
     <div class="col-sm-8">
     <select name="post"  class="form-control" required>
      <option value="">Select your category</option>
        <option value="Finance Support Executive">Finance Support Executive</option>
        <option value="Customer Process Executive">Customer Process Executive</option>
        <option value="Technical Associate">Technical Associate</option>
        <option value="Digital Marketing Executive">Digital Marketing Executive</option>
        <option value="PHP Web Developer">PHP Web Developer</option>
     </select>
    </div>
    </div>

<!--------NAME----------------->
      <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable">Full Name<b style="color:red;">*</b></label>
      
    </div>

     <div class="col-sm-8">
      <input type="text" onkeypress="return (event.charCode !=8 && event.charCode ==0 || event.charCode ==32 || ((event.charCode >= 65 && event.charCode <= 122)))" name="name" class="form-control" required>
    </div>
    </div>
<!-------END NAME---------------->

<div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable">Mobile No.<b style="color:red;">*</b></label>
      
    </div>

     <div class="col-sm-8">
      <input type="text" onkeypress="return (event.charCode !=8 && event.charCode ==0 || (event.charCode >= 48 && event.charCode <= 57))" name="mobile" class="form-control" required>
    </div>
    </div>

    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable">Email Id<b style="color:red;">*</b></label>
      
    </div>

     <div class="col-sm-8">
      <input type="text" name="email" class="form-control" required>
    </div>
    </div>

    <script>
$(document).ready(function(){


    $('#caad').keyup(function(){

        var aad =$('#aad').val();
        var caad =$('#caad').val();
if(caad!=aad){
    $('#showErrorcaad').html('**Enter Valid Aadhar no');
    $('#showErrorcaad').css('color','red');
    return false;
}
else{
    $('#showErrorcaad').html('');
  
    return true;
}

    });

});

</script>



<div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable">Aadhar No.<b style="color:red;">*</b></label>
      
    </div>

     <div class="col-sm-8">
      <input type="password" onkeypress="return (event.charCode !=8 && event.charCode ==0 || (event.charCode >= 48 && event.charCode <= 57))" name="aadhar" id="aad" class="form-control" required>
      <div id="showErroraad"> </div>
    </div>
    </div>


    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable">Verify Aadhar no.<b style="color:red;">*</b></label>
    </div>

     <div class="col-sm-8">
      <input type="text"  onkeypress="return (event.charCode !=8 && event.charCode ==0 || (event.charCode >= 48 && event.charCode <= 57))" name="vaadhar" id="caad" class="form-control" required>
      <div id="showErrorcaad"> </div>
    </div>
    </div>


    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable">Father's Name<b style="color:red;">*</b></label>
      
    </div>

     <div class="col-sm-8">
      <input type="text" name="fname" class="form-control" required>
    </div>
    </div>


    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable">Address<b style="color:red;">*</b> </label>
      
    </div>
     <div class="col-sm-8">
     <textarea name="address" rows="5" class="form-control" required></textarea>
    </div>
    </div>



    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable">Pin Code<b style="color:red;">*</b></label>
      
    </div>

     <div class="col-sm-8">
      <input type="text" onkeypress="return (event.charCode !=8 && event.charCode ==0 || (event.charCode >= 48 && event.charCode <= 57))" name="pin" class="form-control" required>
    </div>
    </div>


    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable">State<b style="color:red;">*</b></label>
      
    </div>

     <div class="col-sm-8">
      <input type="text" onkeypress="return (event.charCode !=8 && event.charCode ==0 || event.charCode ==32 || ((event.charCode >= 65 && event.charCode <= 122)))" name="state" class="form-control" required>
    </div>
    </div>

    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable">City<b style="color:red;">*</b></label>
      
    </div>

     <div class="col-sm-8">
      <input type="text" onkeypress="return (event.charCode !=8 && event.charCode ==0 || event.charCode ==32 || ((event.charCode >= 65 && event.charCode <= 122)))" name="city" class="form-control" required>
    </div>
    </div>


    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable">Are you 18 years or older?<b style="color:red;">*</b></label>
      
    </div>
     <div class="col-sm-8">
     <select name="age"  class="form-control" required>
      <option value="">Select your category</option>
        <option value="Yes">YES</option>
        <option value="No">NO</option>
     </select>
    </div>
    </div>


    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable" style="margin-left:0%;">Are you willing to relocate?<b style="color:red;">*</b></label>
      
    </div>
     <div class="col-sm-8">
     <select name="relocate"  class="form-control" required>
      <option value="">Select your category</option>
        <option value="Yes">YES</option>
        <option value="No">NO</option>
     </select>
    </div>
    </div>


    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable" style="margin-left:0%;">Education Background<b style="color:red;">*</b></label>
      
    </div>
     <div class="col-sm-8">
     <select name="education"  class="form-control" required>
      <option value="">Select your category</option>
        <option value="12">12</option>
        <option value="Diploma">Diploma</option>
        <option value="Graduate">Graduate</option>
        <option value="Post_Graduate">Post Graduate or Higher</option>
     </select>
    </div>
    </div>

<!------------------------------------
    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable" style="margin-left:0%;">Post Graduation Stream<b style="color:red;">*</b></label>
      
    </div>
     <div class="col-sm-8">
     <select name="stream"  class="form-control" required>
      <option value="">Select your category</option>
        <option value="MCA">MCA</option>
        <option value="MBA">MBA</option>
        <option value="M.Sc">M.Sc.</option>
        <option value="M.A">M.A.</option>
        <option value="M.Com">M.Com.</option>
        <option value="Other">Other</option>
     </select>
    </div>
    </div>

---------------------------------------->

    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable">Name of degree certificate<b style="color:red;">*</b></label>
      
    </div>
     <div class="col-sm-8">
      <input type="text" name="degree" class="form-control" required>
    </div>
    </div>

    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable">Name of the Institute/ College/ School Name (complete name – no short forms)<b style="color:red;">*</b></label>
      
    </div>
     <div class="col-sm-8">
      <input type="text" name="institute" class="form-control" required>
    </div>
    </div>



    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable">Board/University (complete name – no short forms)<b style="color:red;">*</b></label>
      
    </div>
     <div class="col-sm-8">
      <input type="text" name="university" class="form-control" required>
    </div>
    </div>

    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable">Year of Passing<b style="color:red;">*</b></label>
      
    </div>
     <div class="col-sm-8">
      <input type="text" onkeypress="return (event.charCode !=8 && event.charCode ==0 || (event.charCode >= 48 && event.charCode <= 57))" name="pass" class="form-control" required>
    </div>
    </div>


    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable" style="margin-left:0%;">Result<b style="color:red;">*</b></label>
      
    </div>
     <div class="col-sm-8">
     <select name="result"  class="form-control" required>
      <option value="">Select your category</option>
        <option value="Passed">Passed</option>
        <option value="Awaited">Awaited</option>
     </select>
    </div>
    </div>

    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable" style="margin-left:0%;">Are you willing to work in night shift?<b style="color:red;">*</b></label>
      
    </div>
     <div class="col-sm-8">
     <select name="night"  class="form-control" required>
      <option value="">Select your category</option>
        <option value="Yes">YES</option>
        <option value="No">NO</option>
     </select>
    </div>
    </div>
    
    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable" style="margin-left:0%;">Work Exprience<b style="color:red;">*</b></label>
      
    </div>
     <div class="col-sm-8">
     <select name="work"  class="form-control" required>
      <option value="">Select your category</option>
        <option value="Yes">YES</option>
        <option value="No">NO</option>
     </select>
    </div>
    </div>

    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable" style="margin-left:0%;">Do you have UAN/EPF Account number?<b style="color:red;">*</b></label>
      
    </div>
     <div class="col-sm-8">
     <select name="epf"  class="form-control" required>
      <option value="">Select your category</option>
        <option value="Yes">YES</option>
        <option value="No">NO</option>
     </select>
    </div>
    </div>
<!----------------
    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable">Post Applied For<b style="color:red;">*</b></label>
      
    </div>
     <div class="col-sm-8">
      <input type="text" name="post" class="form-control" required>
    </div>
    </div>
-------------------->

<div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable" style="margin-left:0%;">
Do you have a Diploma / Certificate in a Foreign language course?<b style="color:red;">*</b></label>
      
    </div>
     <div class="col-sm-8">
     <select name="fcertificate"  class="form-control" required>
      <option value="">Select your category</option>
        <option value="Yes">YES</option>
        <option value="No">NO</option>
     </select>
    </div>
    </div>

    <div class="mb-3 row">
   <div class="col-sm-4">
      <label class="lable" style="width:80%;margin: 0.3rem; text-align:-webkit-auto;">Have You Ever Work in Outer Orbit Technologies Pvt. Ltd?<b style="color:red;">*</b></label>
    </div>
     <div class="col-sm-8">
     <select name="emp"  class="form-control" required>
      <option value="">Select your category</option>
        <option value="Yes">YES</option>
        <option value="No">NO</option>
     </select>
    </div>
    </div>

    <div class="mb-3 row">
   <div class="col-sm-4">
   <label class="lable">Upload Resume</label>
         <span style="color:red; font-weight:700; font-size: 10px;">*</span>
    </div>
     <div class="col-sm-8">
     <input type="file" id="simage" name="simage"  onchange="loadFiles(event)" class="form-control" required accept="/*" style="width:370px;" required>
     
<script>
  var loadFiles = function(event) {
    var reader = new FileReader();
    reader.onload = function(){
      var output = document.getElementById('outputs');
      output.src = reader.result;
    }; 

  $('#outputs').show();
    reader.readAsDataURL(event.target.files[0]);
  };
</script>
    </div>
    </div>

    
    </div>
<!--------------END OF BASIC COLUMN ----------------->


<!-----------------------------------------------------
    <div class="col-sm-6">
  <div class="row">
    <div class="col-sm-12">
    <div class="form-group" style="float: right;">
         <label class="lable"> Photo </label>
         <span style="color:red; font-weight:700; font-size: 10px;">*</span>
   <div style="border: 1px solid black; height: 150px; width: 150px;  background: #F5FAFF;">
      <img id="output"  width="150" height="150"  style="display:none">
  </div>

    <input type="file" name="image" id="image" onchange="loadFile(event)" class="form-control" required accept="image/*" style="width:150px;" required>

<script>
  var loadFile = function(event) {
    var reader = new FileReader();
    reader.onload = function(){
      var output = document.getElementById('output');
      output.src = reader.result;
    }; 

  $('#output').show();
    reader.readAsDataURL(event.target.files[0]);
  };
</script>
  </div>
  </div>
  </div>  


  <br> 


  
  <div class="row">
    <div class="col-sm-12">
      <div class="form-group" style="float: right; font-size:15px;">
         <label class="lable">Resume</label>
         <span style="color:red; font-weight:700; font-size: 10px;">*</span>
    <input type="file" id="simage" name="simage"  onchange="loadFiles(event)" class="form-control" required accept="/*" / style="width:150px;" required>

<script>
  var loadFiles = function(event) {
    var reader = new FileReader();
    reader.onload = function(){
      var output = document.getElementById('outputs');
      output.src = reader.result;
    }; 

  $('#outputs').show();
    reader.readAsDataURL(event.target.files[0]);
  };
</script>

  </div>  
    </div>
  </div>
    </div>
</div> Row 1 end --> 

  <br>


  <div class="row">

<div class="col-sm-2">
 <label class="lable" style="color:red;"> DECLARATION</label>
</div>

<div class="col-sm-8"> 
<div id="msg-price"> </div>
<div style="padding:10px; text-align: center;border-radius: 25px; text-align:left; font-size:14px; font-family: Trebuchet MS , Helvetica, Arial, sans-serif;">
   <input type="checkbox" name="declare" required>
   I hereby declare that the information provided herein is true to the best of my knowledge. Any misrepresentation by me will lead to disqualification of my candidature or termination of employment without notice. I also authorize Outer Orbit to send job\recruitment related notifications & updates on my contact number(s) updated with Outer Orbit.
</div>  

</div>

</div>



<div class="row">

<div class="col-sm-2">
 <label class="lable"></label>
</div>

<div class="col-sm-8"> 
<div id="msg-price"> </div>
<div style="padding:10px; text-align: center;border-radius: 25px; text-align:left; font-size:14px; font-family: Trebuchet MS , Helvetica, Arial, sans-serif;">
   <input type="checkbox" name="declare" required>
   I authorize, Outer Orbit or its 3rd party agency to use this for verification purpose with concerned authorities. I understand and agree that Outer Orbit holds the right to conduct drug test & background check on my professional, educational, and financial background through independent sources. In case background check is negative/ drug test is positive, Outer Orbit to withdraw the offer or terminate my employment with immediate effect. On joining I will submit authentic copies of all certificates, testimonials to support the details mentioned in the form.
</div>  

</div>

</div>


<div class="row">

<div class="col-sm-2">
 <label class="lable"></label>
</div>

<div class="col-sm-8"> 
<div id="msg-price"> </div>
<div style="padding:10px; text-align: center;border-radius: 25px; text-align:left; font-size:14px; font-family: Trebuchet MS , Helvetica, Arial, sans-serif;">
   <input type="checkbox" name="declare" required>
   I declare that I have not indulged into any means of payment; by way of kinds or cash with any Outer Orbit employee or its representative/affiliates to influence or to consider my employment with Outer Orbit..
</div>  

</div>

</div>
  <!-- Row 5 end -->
  <div class="row">

<div class="col-sm-2">
 <label class="lable"></label>
</div>

<div class="col-sm-8"> 
<div id="msg-price"> </div>
<div style="padding:10px; text-align: center;border-radius: 25px; text-align:left; font-size:14px; font-family: Trebuchet MS , Helvetica, Arial, sans-serif;">
   <input type="checkbox" name="declare" required>
   I have read and accept the <a data-toggle="modal" data-target="#termsConditionPopup" style="width: 114px; color: blue; cursor:pointer;">Terms &amp; Conditions</a>
</div>  

<div class="form-group row">
        <div class="col-sm-4">
        </div>
           <div class="col-sm-4">
            <br> 
               <button class="btn btn-success" name="form_submit" style="width:100%; height:100%; background-color:#4da64d;"><h6>APPLY</h6> </button>
           </div>
           <div class="col-sm-4">
</div>
</div>
    </div>
  </div>
  
  
  <!-- Row 5 end --> 
</form>
</div>
<div class="col-sm-2">
  </div>
</div>
</div>
</div>
</body>
</html>

← Back to Directory Edit File 🔒 Chmod

WP File Manager