MMCT TEAM
Server IP : 128.199.20.84  /  Your IP : 172.70.126.63
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux competent-maruti 5.4.0-128-generic #144-Ubuntu SMP Tue Sep 20 11:00:04 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 8.0.20
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0775) :  /var/www/html/admin_panel/scss/../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /var/www/html/admin_panel/scss/../test.php
<section class="contact-us">
    <div class="container">
        <div class="row">
            <div class="col-12">
                <h1>Career</h1>
            </div>
        </div>
    </div>
</section>

<section class="insurance-form py-5">
    <div class="container">
        <div class="row">
            <div class="col-md-12">
                <div class="position-relative title-heading-h2 paragraph-common text-center">
                    <h2> Work With Us </h2>    
                    <p class="mt-4">Looking for an opportunity to work with us? We would love to hear from you.</p>
                </div>    
            </div>
        </div>
        <div id='crmWebToEntityForm' class='position-relative'>
            <form action='<?php echo base_url();?>careerform' method='POST' enctype='multipart/form-data' accept-charset='UTF-8'>
                
                <div class="form-row">
                    <div class="col-md-8 col-12 px-3">
				        <h3>Please fill in the details  :</h3>

			            <div class="form-row">
			                <div class="col-md-6 mb-3">
                                <div class="form-group">
                                    <div class="has-float-label">
                                        <div class='zcwf_row'>
                                            <div class='zcwf_col_lab'>
                                                <label for='Full_Name'>First Name <span style='color:red;'>*</span></label>
                                            </div>
                                            <div class='zcwf_col_fld'>
                                                <input type='text' id='firstname' name='firstname' class="form-control" maxlength='80' required>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>

                            <div class="col-md-6 mb-3">
                                <div class="form-group">
                                    <div class="has-float-label">
                                        <div class='zcwf_row'>
                                            <div class='zcwf_col_lab'>
                                                <label for='Full_Name'>Last Name <span style='color:red;'>*</span></label>
                                            </div>
                                            <div class='zcwf_col_fld'>
                                                <input type='text' id='firstname' name='lastname' class="form-control" maxlength='80' required>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>

                        <div class="form-row">
                            <div class="col-md-6 mb-3">
                                <div class="form-group">
                                    <div class="has-float-label">
                                        <div class='zcwf_row'>
                                            <div class='zcwf_col_lab'>
                                                <label for='Mobile'>Mobile No. <span style='color:red;'>*</span></label>
                                            </div>
                                            <div class='zcwf_col_fld'>
                                                <input type='tel' id='phone' class="form-control" name='phone' maxlength='10' minlength='10' required>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        
                            <div class="col-md-6 mb-3">
                                <div class="form-group">
                                    <div class="has-float-label">
                                        <div class='zcwf_row'>
                                            <div class='zcwf_col_lab'>
                                                <label for='Email'>Email <span style='color:red;'>*</span></label>
                                            </div>
                                            <div class='zcwf_col_fld'>
                                                <input type='email' ftype='email' id='email' name='email' class="form-control" maxlength='100' required>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
			            </div>

			            <div class="form-row">
                            <div class="col-md-6 mb-3">
                                <div class="form-group">
                                    <span class="has-float-label">
                                        <label for="name">Department<span style="color:red;">*</span></label>
                                        <select class="custom-select mr-sm-2" id="LEADCF23" name="department" required="">
                                            <option value="">- Select Department -</option>
                                            <option value="Sales">Sales</option>
                                            <option value="Sales Support">Sales Support</option>
                                            <option value="Finance & Accounts">Finance & Accounts</option>
                                            <option value="Human Resources">Human Resources</option>
                                            <option value="Information Technology">Information Technology</option>
                                            <option value="Marketing">Marketing</option>
                                            <option value="Operations">Operations</option>
                                            <option value="Customer Relations">Customer Relations</option>
                                            <option value="Purchase & SCM">Purchase & SCM</option>
                                            <option value="Other">Other</option>                                    
                                        </select>
                                    </span>
                                </div>
                            </div>
                            <div class="col-md-6 mb-3">
                                <div class="form-group">
                                    <div class="has-float-label">
                                        <div class='zcwf_row'>
                                            <div class='zcwf_col_lab'>
                                                <label for='Full_Name'>Upload Resume <span style='color:red;'>*</span></label>
                                            </div>
                                            <div class='zcwf_col_fld'>
                                                <input class="form-control" type="file" accept="application/pdf" id="example-file-input" name="resume" require>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>            
			   
                        <div class="form-row">
                            <div class="col-md-12">
                                <div class="form-group">
                                    <span class="has-float-label">
                                        <label for="text">Message</label>
                                        <textarea rows="4" name="comment" placeholder="" style="width:100%; border-radius:5px; height:auto" id="car-enquiry-comment"></textarea>
                                    </span>
                                </div>
                            </div>
                            <div class="col-md-12">
                                <input type="checkbox" id="defaultCheck" name="example2" required="">
                                <label for="defaultCheck" class="declaimer">I Agree to the Privacy Policy and Terms of Service.</label>
                                <p>Disclaimer: I agree that by clicking the ‘Submit’ button below, I am explicitly soliciting a call / Message from Competent Automobiles Co. Ltd or its Representatives on my ‘Mobile’.</p>
                            </div>
                            <div class="col-md-12  mb-3">
                                <input type="hidden" id="zc_gad" name="zc_gad" value="" />
                                <button class="btn btn-primary formsubmit zcwf_button" id='formsubmit' name="submit" type="submit">Submit </button>
                            </div>
                        </div>
                    </div>

                    <div class="col-md-4 col-12 px-3">
                        <img src="<?php echo base_url();?>assets/images/career.jpg" alt="service-appointment-bg" style="width: 100%;">
                    </div>

                </div>
            </form>
        </div>      
    </div>
</section>

   

MMCT - 2023