Файловый менеджер - Редактировать - /home/d46091/drivinglicencehelp.com/driving-licence-help.php
Назад
<?php header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>GEM Registration Portal - Easy Online Consultancy</title> <meta name="description" content="GEM Registration provides hassle-free online registration on the GEM portal. Visit our website for expert consultancy services from private consultants."> <meta name="google-site-verification" content="caVGpLCS1HBz9Y7L6MXEGXiZAYV1ubIhGLCFX4_KURM" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="canonical" href="https://gemregistrationonline.org/"> <link rel="stylesheet" href="/posvalidate/css/validationEngine.jquery.css" type="text/css"/> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="posvalidate/js/languages/jquery.validationEngine-en.js" type="text/javascript" charset="utf-8"></script> <script src="posvalidate/js/jquery.validationEngine.js" type="text/javascript" charset="utf-8"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> <?php include('header.php');?> <!-- <?php echo $userIp = $_SERVER['REMOTE_ADDR']; ;?> --> <script> $(document).ready( function() { $("#main-form").validationEngine({ promptPosition: "topLeft" }); }); </script> <style> @-webkit-keyframes blinker { from {opacity: 1.0;} to {opacity: 0.0;} } .blink-text{ text-decoration: blink; -webkit-animation-name: blinker; -webkit-animation-duration: 0.6s; -webkit-animation-iteration-count:infinite; -webkit-animation-timing-function:ease-in-out; -webkit-animation-direction: alternate; } /*faq style*/ .content { /* width: 80%; padding: 20px; */ margin: 0 auto; /* padding: 0 60px 0 0; */ } .centerplease { margin: 0 auto; max-width: 270px; font-size: 40px; } .question { color: #001f63; position: relative; background: #d9d9d9; margin: 0; padding: 10px 10px 10px 50px; display: block; width: 100%; cursor: pointer; font-size: 14px; } .answers { font-weight:300; background: #f2f2f2; padding: 0px 15px; margin: 0px 0; height: 0; overflow: hidden; z-index: -1; position: unset; opacity: 0; -webkit-transition: .7s ease; -moz-transition: .7s ease; -o-transition: .7s ease; transition: .7s ease; } .answers p{ color:#000; } .questions:checked ~ .answers{ height: auto; opacity: 1; padding: 15px; } .plus { color: #e96c19; position: absolute; margin-left: 10px; margin-top: 5px; z-index: 5; font-size: 2em; line-height: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-transition: .3s ease; -moz-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; } .questions:checked ~ .plus { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .questions { display: none; } .ans { color:#e96c19; } </style> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"></script> <script> $(document).ready(function(){ $("#myModal").modal('show'); }); </script> </head> <body> <div id="myModal" class="modal fade"> <div class="modal-dialog modal-lg"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">ONLINE REGISTRATION</h5> <button type="button" class="close" data-dismiss="modal">×</button> </div> <div class="modal-body"> <h2>online registration.</h2> <p>Submit your email address to get G.E.M. news letters in your email</p> </div> </div> </div> </div> <div class="container-fluid"> <div class="row" style="background: linear-gradient(#dbe6ff,#ffffff);"> <div class="col-lg-12 col-sm-12 text-center"> <h1 class="heading-txt">Apply For G.E.M. Registration Consultancy Service</h1> <?php if(isset($_GET['cid']) && ($_GET['cid']!=='')){?> <p class="blink-text" style="font-size:28px;text-align:center;color:#ff4f4f;font-weight:bold;">Scroll Down To Upload Your Documents</p> <?php } ?> </div> <div class="col-12 col-lg-6 form_box"> <div class="container-fluid fchd text-center pt-2 mt-4"><h2 class="font-weight-bold"> Application Form For Registration</h2><h2 class="font-weight-bold"> कंसल्टेंसी के लिए पंजीकरण फॉर्म</h2></div> <form id="main-form" action="/submit.php" method="post" enctype="multipart/form-data"> <div class="form-group txt"> <label>Name Of Authorized Person / अधिकृत व्यक्ति का नाम<span class="required"> *</span></label> <input type="text" class="form-control validate[required]" id="applicant_Name" name="applicant_name" value="" data-errormessage-value-missing="Name Of Authorized Person is required!" > </div> <div class="form-group txt"> <label>E-Mail ID / ईमेल आईडी<span class="required"> *</span></label> <input type="email" class="form-control validate[required]" id="email_Id" name="email_id" value="" data-errormessage-value-missing="Email is required!"> </div> <div class="form-group txt"> <label>Mobile Number / मोबाइल नंबर<span class="required"> *</span></label> <input type="tel" maxlength="10" minlength="10" class="form-control validate[required]" id="mobile_Number" name="mobile_number" value="" data-errormessage-value-missing="Mobile Number is required!" > </div> <div class="form-group txt"> <label>Date Of Birth / जन्म की तारीख<span class="required"> *</span></label> <input type="date" class="form-control validate[required]" id="d_o_b" name="dob" value="" data-errormessage-value-missing="Date Of Birth is required!"> </div> <!-- <div class="form-group txt"> <label>PAN CARD NUMBER<span class="required"> *</span></label> <input type="tel"id="mobile" maxlength="10" minlength="10"class="form-control" name="mobile_number"value=""required> </div> --> <div class="form-group txt"> <label>Business / Organization Name / व्यवसाय / संगठन का नाम<span class="required"> *</span></label> <input type="text" class="form-control validate[required]" id="business_Name" name="business_name" value="" data-errormessage-value-missing="Business / Organization Name is required!"> </div> <div class="form-group txt"> <label>Business / Organization Type / व्यवसाय / संगठन का प्रकार<span class="required"> *</span></label> <select class="form-control validate[required]" id="type_Of_Organisation" name="type_of_organisation" data-errormessage-value-missing="Business / Organization Type is required!"> <option value="">Select Type</option> <option value="Proprietorship">Sole Proprietor</option> <option value="Partnership Firm">Partnership Firm</option> <option value="Private Limited">Private Limited</option> <option value="Public Limited">Public Limited</option> <option value="One Person Company">One Person Company</option> <option value="Limited Liability Partnership">Limited Liability Partnership</option> <option value="Others">Others</option> </select> </div> <div class="form-group txt"> <label>INCORPORATION DATE / निगमन की तारीख<span class="required"> *</span></label> <input type="text" id="incorporation_Date" name="incorporation_date" class="form-control validate[required]" placeholder="dd/mm/yyyy" size="10" maxlength="10" onkeyup="this.value=this.value.replace(/^(\d\d)(\d)$/g,'$1/$2').replace(/^(\d\d\/\d\d)(\d+)$/g,'$1/$2').replace(/[^\d\/]/g,'')" value="" data-errormessage-value-missing="Incorporation Date is required!"> </div> <div class="form-group txt"> <label>Business Pan Number(Not applicable for Proprietor) / बिजनेस पैन नंबर (मालिक के लिए लागू नहीं)<span class="required"> *</span></label> <input type="text" class="form-control validate[required]" id="pan_Card_Number" name="pan_card_number" pattern="(^([a-zA-Z]{5})([0-9]{4})([a-zA-Z]{1})$)" oninvalid="this.setCustomValidity('invalid pan number!')" oninput="this.setCustomValidity('')" value="" data-errormessage-value-missing="Business Pan Number is required!" > </div> <div class="form-group txt"> <label>BUSINESS OFFICE ADDRESS / व्यापार कार्यालय का पता<span class="required"> *</span></label> <input type="text" class="form-control validate[required]" id="office_Address" name="office_address" value="" data-errormessage-value-missing="Business office Address is required!" > </div> <div class="form-group txt"> <label>State / राज्य <span class="required"> *</span></label> <select id="office-state" size="1" class="form-control validate[required]" id="office_State" name="office_state" onchange="makeSubmenuOffice(this.value)" data-errormessage-value-missing="State is required!" > <option value="">Select State</option> <option value="Andaman_And_Nicobar_Island">1. ANDAMAN AND NICOBAR ISLANDS / <code>अंदमान और निकोबार द्वीपसमूह</code></option> <option value="Andhra_Pradesh">2. ANDHRA PRADESH / आन्ध्र प्रदेश </option> <option value="Arunachal_Pradesh">3. ARUNACHAL PRADESH / अरुणाचल प्रदेश</option> <option value="Assam">4. ASSAM / असम</option> <option value="Bihar">5. BIHAR / बिहार</option> <option value="Chhattisgarh">6. CHHATTISGARH / छत्तीसगढ़</option> <option value="Chandigarh">7. CHANDIGARH / चंडीगढ़ </option> <option value="Dadara">8.DADAR AND NAGAR HAVELI / दादरा और नगर हवेली</option> <option value="Daman">9. DAMAN AND DIU / दमन और दीव</option> <option value="Delhi">10. DELHI / दिल्ली</option> <option value="Goa">11. GOA / गोवा</option> <option value="Gujarat">12. GUJARAT / गुजरात</option> <option value="Haryana">13. HARYANA / हरियाणा</option> <option value="Himachal_Pradesh">14. HIMACHAL PRADESH / हिमाचल प्रदेश</option> <option value="Jammu_and_Kashmir">15. JAMMU AND KASHMIR / जम्मू और कश्मीर</option> <option value="Jharkhand">16. JHARKHAND / झारखण्ड</option> <option value="Karnataka">17. KARNATAKA / कर्णाटक</option> <option value="Kerala">18. KERALA / केरल</option> <option value="Ladakh">19. LADAKH / लद्दाख</option> <option value="Lakshadweep">20. LAKSHADWEEP / लक्षद्वीप</option> <option value="Madhya_Pradesh">21. MADHYA PRADESH / मध्य प्रदेश</option> <option value="Maharashtra">22. MAHARASHTRA / महाराष्ट्र</option> <option value="Manipur">23. MANIPUR / मणिपुर</option> <option value="Meghalaya">24. MEGHALAYA / मेघालय</option> <option value="Mizoram">25. MIZORAM / मिज़ोरम</option> <option value="Nagaland">26. NAGALAND / नागालैण्ड</option> <option value="Odisha">27. ODISHA / ओड़िशा</option> <option value="Puducherry">28. PUDUCHERRY / पुडुचेरी</option> <option value="Punjab">29. PUNJAB / पंजाब</option> <option value="Rajasthan">30. RAJASTHAN / राजस्थान</option> <option value="Sikkim">31. SIKKIM / सिक्किम</option> <option value="Tamil_Nadu">32. TAMIL NADU / तमिलनाडु</option> <option value="Telangana">33. TELANGANA / तेलंगाना</option> <option value="Tripura">34. TRIPURA / त्रिपुरा</option> <option value="Uttar_Pradesh">35. UTTAR PRADESH / उत्तर प्रदेश</option> <option value="Uttarakhand">36. UTTARAKHAND / उत्तराखण्ड</option> <option value="West_Bengal">37. WEST BENGAL / पश्चिम बंगाल</option> </select> </div> <div class="form-group txt"> <label>District / जिला <span class="required"> *</span></label> <select class="form-control" name="office_district" id="office-district"> <option value="" selected="selected">Select District</option> </select> </div> <div class="form-group txt"> <label>Pin Code / पिन कोड<span class="required"> *</span></label> <input type="text" maxlength="6" class="form-control validate[required]" id="office_Pincode" name="office_pincode" value="" data-errormessage-value-missing="Pin Code is required!" > </div> <?php if(isset($_GET['cid']) && ($_GET['cid']!='')){?> <div class="form-group txt"> <label>AADHAAR NUMBER / आधार संख्या<span class="required"> *</span></label> <input type="text" class="form-control validate[required]" maxlength="12" minlength="12" id="aadhaar_Number" name="aadhaar_number" value="" data-errormessage-value-missing="Aadhaar number is required!" > </div> <?php } ?> <!-- <div class="form-group"> <label>Do you Have MSME?</label> <input type="radio"name="sel-msme"value="yes"> Yes <input type="radio"name="sel-msme"value="yes"checked> No </div> <hr> <div class="form-group"> <label>Do you Have GST Number?</label> <input type="radio"name="sel-msme"value="yes"onclick="turnovers(0)"> Yes <input type="radio"name="sel-msme"value="no"onclick="turnovers(1)" checked> No </div> <div id="turnover1"style="display:none"> <div class="form-group txt"> <label>GST Number <span class="required"> *</span></label> <input type="email" class="form-control" name="email_id"value=""required> </div> </div> --> <div class="form-group txt"> <label>BANK Name / बैंक का नाम<span class="required"> *</span></label> <input type="text" class="form-control validate[required]" id="bank_Name" name="bank_name" value="" data-errormessage-value-missing="Bank Name is required!"> </div> <div class="form-group txt"> <label>BANK A/C Number / बैंक खाता संख्या<span class="required"> *</span></label> <input type="text" class="form-control validate[required]" id="bank_Account_Number" name="bank_account_number" value="" data-errormessage-value-missing="Bank Account Number is required!"> </div> <div class="form-group txt"> <label>BANK IFSC CODE / बैंक IFSC कोड<span class="required"> *</span></label> <input type="text" class="form-control validate[required]" id="ifsc_Code" name="ifsc_code" value="" data-errormessage-value-missing="ifsc Code is required!"> </div> <div class="form-group txt"> <label>Bank Address / बैंक पता<span class="required"> *</span></label> <input type="text" class="form-control validate[required]" id="bank_Address" name="bank_address" value="" data-errormessage-value-missing="Bank Address is required!"> </div> <div class="form-group txt" style="display: none"> <p class="blink-text" style="font-size:25px;text-align:center;color:#ff4f4f;font-weight:bold;">Please Upload the Following Documents</p> <label>UPLOAD PAN CARD <span class="required">*</span><br> (PROVIDE PERSONAL PAN CARD PROPRIETOR / DIRECTOR / PARTNER)</label> <br> <span style="color:red;font-weight:bold;font-size: 14px;text-align: center;display: block;padding: 0.4rem;">DO NOT PROVIDE PAN CARD OF COMPANY</span> <input type="file" class="form-control" name="upload_pan_card"> </div> <div class="form-group"> <input type="text" name="vercode" class="form-control" placeholder="Verfication Code" required="required"> </div> <div class="form-group small clearfix"> <label class="checkbox-inline">Verification Code <span class="required" onclick="openSOLNumber()" style="cursor: pointer">*</span></label> <img src="captcha.php"> </div> <div class="form-group form-check"> <input type="checkbox" class="form-check-input validate[required]" name="terms_of_service"> <label class="form-check-label">I AGREE TO THE <a href="./terms-of-service.php">TERMS OF SERVICE</a> <!--<span class=" txt">[UPDATED]</span>--></label> </div> <input type="hidden" class="form-control" name="form_name" value=" Gem Registration"> <input type="hidden" class="form-control" name="form_id" value="gem_registration"> <button type="submit" class="btn btn-custom text-white">Submit Application</button> </form> </div> <div class="col-12 col-lg-6 instruc mt-4"> <div class="container fchd text-center pt-2"><h2>Guidelines to Fill Registration form</h2><h2 class="font-weight-bold"> पोर्टल पर आवेदन करने के लिए दिशानिर्देश</h2></div> <div class="form-instructions"> <div class="form-group" style="margin-top: 4px;" id="Auth_name"> <label class="fcs-text-dark"><strong>Name of Authorized Person :</strong> Enter the Name of Owner/ Director/ Authorized Person, strictly as per Aadhaar Card or Pan Card / आधार कार्ड या पैन कार्ड के अनुसार, स्वामी/निदेशक/अधिकृत व्यक्ति का नाम दर्ज करें</label> </div> <!-- <div class="form-group" style="margin-top: 15px;"> <label class="fcs-text-dark"><strong>PAN / Aadhaar Number of Authorized Person :</strong> Enter Pan / Aadhaar Card Number of Authorized Person or Company (If Available). </label> </div> --> <div class="form-group" style="margin-top: 18px;" id="auth_mail"> <label class="fcs-text-dark"><strong>Email ID :</strong> Enter a valid email address of Authorized Person, Our Executive will call to verify Email OTP / अधिकृत व्यक्ति का एक वैध ईमेल पता दर्ज करें, हमारे कार्यकारी ईमेल ओटीपी सत्यापित करने के लिए कॉल करेंगे</label> </div> <div class="form-group" style="margin-top: 22px;" id="auth_number"> <label class="fcs-text-dark"><strong>Mobile Number :</strong> Enter valid 10 Digit mobile number of Authorized Person, Our Executive will call to verify mobile OTP. / अधिकृत व्यक्ति का वैध 10 अंकों का मोबाइल नंबर दर्ज करें, हमारे कार्यकारी मोबाइल ओटीपी को सत्यापित करने के लिए कॉल करेंगे।</label> </div> <div class="form-group" style="margin-top: 18px;" id="auth_d_o_b"> <label class="fcs-text-dark"><strong>Date Of Birth :</strong> Select Date of Birth as per your Pan card record (Company Formation date for company having Pan Card). / अपने पैन कार्ड रिकॉर्ड (पैन कार्ड रखने वाली कंपनी के लिए कंपनी निर्माण तिथि) के अनुसार जन्म तिथि चुनें। </label> </div> <div class="form-group" style="margin-top: 15px;" id="auth_org"> <label class="fcs-text-dark"><strong>Name of Organization :</strong> Enter the Name of the Organization/Business, As per Pan Card. / पैन कार्ड के अनुसार संगठन / व्यवसाय का नाम दर्ज करें। </label> </div> <div class="form-group" style="margin-top: 35px;" id="auth_typeorg"> <label class="fcs-text-dark"><strong>Type Of Organization :</strong> Select type of Organization of your Business / अपने व्यवसाय के संगठन का प्रकार चुनें </label> </div> <div class="form-group" style="margin-top: 40px;" id="date_cor"> <label class="fcs-text-dark"><strong>Date of Incorporation :</strong> Select date of Registration of your Business / अपने व्यवसाय के पंजीकरण की तिथि चुनें </label> </div> <div class="form-group" style="margin-top: 30px;" id="auth_bussi"> <label class="fcs-text-dark"><strong>BUSINESS PAN NUMBER :</strong> Enter BUSINESS PAN NUMBER / व्यवसाय पैन नंबर दर्ज करें</label> </div> <div class="form-group" style="margin-top: 55px;" id="bussi_addr"> <label class="fcs-text-dark"><strong>BUSINESS OFFICE ADDRESS :</strong> Applicants must have to provide valid details according to their registration proof provided in the address of the business firm. / आवेदकों को व्यवसाय फर्म के पते में प्रदान किए गए उनके पंजीकरण प्रमाण के अनुसार वैध विवरण प्रदान करना होगा। </label> </div> <!-- <div class="form-group" style="margin-top: 15px;"> <label class="fcs-text-dark"><strong>Street :</strong> Enter Street Of Organization </label> </div> <div class="form-group" style="margin-top: 15px;"> <label class="fcs-text-dark"><strong>Area :</strong> Enter Area Of Organization </label> </div> --> <div class="form-group" style="margin-top: 25px;" id="auth_state"> <label class="fcs-text-dark"><strong>Select State :</strong>Select state of your Business. / अपने व्यवसाय की स्थिति का चयन करें।</label> </div> <div class="form-group" style="margin-top: 45px;" id="auth_dist"> <label class="fcs-text-dark"><strong>Select District :</strong> Select district of your Business. / अपने व्यवसाय का जिला चुनें। </label> </div> <div class="form-group" style="margin-top: 15px; display: none"> <label class="fcs-text-dark"><strong>Enter City :</strong> Enter city of your Business. / अपने व्यवसाय का शहर दर्ज करें।</label> </div> <div class="form-group" style="margin-top: 50px;" id="auth_pin"> <label class="fcs-text-dark"><strong>Enter Pin Code :</strong> Enter Pin Code of your Business / अपने व्यवसाय का पिन कोड दर्ज करें</label> </div> <div class="form-group" style="margin-top: 50px;display:none" id="auth_adhaar"> <label class="fcs-text-dark"><strong>Aadhaar Number :</strong> Enter applicant's 12 digit Aadhaar number . / आवेदक का 12 अंकों का आधार नंबर दर्ज करें।</label> </div> <div class="form-group" style="margin-top: 35px;" id="auth_bank"> <label class="fcs-text-dark"><strong>Bank Name :</strong> Enter applicant's Bank Name . / आवेदक का बैंक नाम दर्ज करें।</label> </div> <!-- <div class="form-group" style="margin-top: 15px;"> <label class="fcs-text-dark"><strong>GST :</strong> Select Whether you have GST or Not, If Yes Enter GST Number.</label> </div> --> <!-- <div class="form-group" style="margin-top: 15px;"> <label class="fcs-text-dark"><strong>Account Holder Name :</strong> Enter Name as per Bank records (Current or Savings). / बैंक रिकॉर्ड (वर्तमान या बचत) के अनुसार नाम दर्ज करें।</label> </div> --> <div class="form-group" style="margin-top: 48px;" id="bank_acc"> <label class="fcs-text-dark"><strong>Account Number :</strong> Enter valid account Number of Bank. / बैंक का वैध खाता संख्या दर्ज करें।</label> </div> <div class="form-group" style="margin-top: 53px;" id="auth_ifsc"> <label class="fcs-text-dark"><strong>IFSC Code :</strong> Enter valid IFS Code of your Bank. / अपने बैंक का वैध आईएफएस कोड दर्ज करें।</label> </div> <div class="form-group" style="margin-top: 50px;" id="bank_addr"> <label class="fcs-text-dark"><strong>Bank Address :</strong> Enter applicant's Bank Address . / आवेदक का बैंक पता दर्ज करें।</label> </div> <div class="form-group" style="margin-top: 20px;" id="auth_t_c"> <label class="fcs-text-dark"><strong>Terms & Conditions :</strong> Tick on both checkbox to accept terms and conditions of our company. Please note OTP will be required to process your application. / हमारी कंपनी के नियमों और शर्तों को स्वीकार करने के लिए दोनों चेकबॉक्स पर टिक करें। कृपया ध्यान दें कि आपके आवेदन को संसाधित करने के लिए ओटीपी की आवश्यकता होगी।</label> </div> <div class="form-group" style="margin-top: 2px;" id="auth_submit"> <label class="fcs-text-dark"><strong>Submit Application :</strong> Click on submit application button to submit your application. / अपना आवेदन जमा करने के लिए सबमिट एप्लिकेशन बटन पर क्लिक करें।</label> </div> <!-- <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark"><strong>SUBMIT APPLICATION :</strong> Click on submit application button to submit your application. अपना आवेदन जमा करने के लिए सबमिट एप्लिकेशन बटन पर क्लिक करें। </label> </div> --> <!-- <div class="form-group" style="margin-top: 30px;"> <p> <strong>1) After Completion, Submit Form & Verify Details.<br>2) Make a Online Payment to Complete Registration.After Payment,<br>3) Our Executive will call for your Profile Completion <br>4) You will receive your username & password within two working days upon activation. <br><br> Note. Tracking ID will be shared on email address for application tracking.</strong> </p> </div> --> </div> </div> <div class="container-fluid steps_div"> <br> <div class="fchd p-3">Procedure To Obtain Registration Certificate</div> <br> <div class="card-columns"> <div class="card bg-primary"> <div class="card-body steps_body"> <p class="card-text"> <span class="step">1</span> <span class="step_icon"><i class="fas fa-edit"></i></span> Fill Application Form with Details</p> </div> </div> <div class="card bg-warning"> <div class="card-body steps_body"> <p class="card-text"> <span class="step">2</span><span class="step_icon"><i class="fas fa-credit-card"></i></span> Make Online Payment</p> </div> </div> <div class="card bg-light"> <div class="card-body steps_body"> <p class="card-text"> <span class="step">3</span><span class="step_icon"><i class="fas fa-phone-alt"></i></span> Get Call for Profile & OTP verification </p> </div> </div> <div class="card bg-light"> <div class="card-body steps_body"> <p class="card-text"> <span class="step">4</span><span class="step_icon"><i class="fas fa-id-card"></i></span> Profile & Seller ID Creation</p> </div> </div> </div> </div> <div class="container-fluid steps_div"> <div class="fchd p-3 mt-4">Advantage on Portal as a Seller</div> <div class="row"> <div class="col-lg-4 text-center"> <div class="adv_img"> <img src="/assets/advantage_of_gem.png"> </div> </div> <div class="col-lg-4"> <div class="adv_txt mt-3"> <span class="adv_txt_heading">User-Friendly Dashboard</span> <p>Seller friendly dashboard for monitoring supplies & payments.</p> </div> <div class="adv_txt mt-2"> <span class="adv_txt_heading">MSME Benefits</span> <p>Special provisions and sections for startups, MSMEs, and Emporium products.</p> </div> <div class="adv_txt mt-2"> <span class="adv_txt_heading">Easy Brand Approval</span> <p>Brand application and brand approval process has been revamped for sellers.</p> </div> <div class="adv_txt mt-2"> <span class="adv_txt_heading">Paperless Platform</span> <p>The fully online, paperless, and contactless platform, Multiple invoices for a single order.</p> </div> <div class="adv_txt mt-2"> <span class="adv_txt_heading">OEM Features</span> <p>Business Cockpit has been enhanced with additional parameters in the existing report as well as new chart widgets based on OEM and MAIT recommendations.</p> </div> </div> <div class="col-lg-4"> <div class="adv_txt2 mt-3"> <span class="adv_txt_heading">National Procurement</span> <p>Access to National Public Procurement market.</p> </div> <div class="adv_txt2 mt-2"> <span class="adv_txt_heading">Quick Grievance</span> <p>Online grievance redressal mechanism for quick resolution.</p> </div> <div class="adv_txt2 mt-2"> <span class="adv_txt_heading">Easy Bidding</span> <p>Easy access to participate in bids/reverse auction.</p> </div> <div class="adv_txt2 mt-2"> <span class="adv_txt_heading">Clock for RA</span> <p>The clock has been enabled in RA to display the remaining time for seller participation.</p> </div> <div class="adv_txt2 mt-2"> <span class="adv_txt_heading">Provision for North-East, J & K</span> <p>Seller belonging to North-East states and J & K are exempted from ITR at the time of bid participation.</p> </div> </div> </div> </div> <div class="container-fluid steps_div"> <div class="fchd p-3 mt-4">Documents Required for Registration</div> <div class="row"> <div class="col-lg-6"> <div class="card" style="height:100%"> <div class="card-body card-table"> <h4 class="text-center seller_txt">As a Seller</h4> <p style="font-size:10px;text-align:center;"></p> <table class="table table-striped"> <tbody> <tr> <td class="table-data"><i class="far fa-check-square"></i> Aadhaar Card of Authorized Person/Proprietor</td> </tr> <tr> <td class="table-data"><i class="far fa-check-square"></i> Pan Card of Company/Proprietor</td> </tr> <tr> <td class="table-data"><i class="far fa-check-square"></i> Canceled Cheque</td> </tr> <tr> <td class="table-data"><i class="far fa-check-square"></i> GST Certificate, MSME Certificate, ISO, NSIC, Trade Mark registration(if OEM)</td> </tr> <tr> <td class="table-data"><i class="far fa-check-square"></i> ITR Form of Last 3 Years (not applicable for Proprietor)</td> </tr> </tbody> </table> </div> </div> </div> <div class="col-lg-6"> <div class="card" style="height:100%"> <div class="card-body card-table"> <h4 class="text-center">As a Buyer </h4> <p style="font-size:10px;text-align:center;">ONLY GOVERNMENT CAN REGISTER AS BUYERS</p> <table class="table table-striped"> <tbody> <tr> <td class="table-data"><i class="far fa-check-square"></i> Aadhaar Card of Head of Department, Buyer, Consignee, and PAO</td> </tr> <tr> <td class="table-data"><i class="far fa-check-square"></i> Mobile Numbers of all Users - Must Register with Aadhaar Card</td> </tr> <tr> <td class="table-data"><i class="far fa-check-square"></i> Email id’s of all Users (can get it from too)</td> </tr> <tr> <td class="table-data"><i class="far fa-check-square"></i> Organization detail like Department Name, Ministry Complete Address with Pin Code, and Landline Number</td> </tr> </tbody> </table> </div> </div> </div> </div> </div> <div class="container-fluid steps_div"> <div class="fchd p-3 mt-4">Frequently Asked Questions</div> <div class="row"> <div class="col-lg-12"> <div class="content"> <div> <input type="checkbox" id="question1" name="q" class="questions"> <div class="plus">+</div> <label for="question1" class="question"> 1. What is registration? </label> <div class="answers"> <p><b class="ans">Ans:</b> If anyone wants to be a seller under the portal, then they have to register themselves under the and this registration is known as a registration. </p> </div> </div> <div> <input type="checkbox" id="question2" name="q" class="questions"> <div class="plus">+</div> <label for="question2" class="question"> 2. Full from of ? </label> <div class="answers"> <p><b class="ans">Ans:</b> The full form of is the Government e-marketplace.</p> </div> </div> <div> <input type="checkbox" id="question3" name="q" class="questions"> <div class="plus">+</div> <label for="question3" class="question"> 3. How much does registration cost? </label> <div class="answers"> <p><b class="ans">Ans:</b> if the seller's turnover is less than 1cr, the seller has to pay 5000 rupees caution money and if the turnover is between 1cr and 10 cr, then sellers have to pay 10000 caution money, so basically it depends on the sellers turnover.</p> </div> </div> <div> <input type="checkbox" id="question4" name="q" class="questions"> <div class="plus">+</div> <label for="question4" class="question"> 4. What are the benefits of registration? </label> <div class="answers"> <p><b class="ans">Ans:</b> Direct access to the government departments <ul> <li>Online service</li> <li>Easy to return </li> <li>If any consignee rejects the goods, then Sellers will be able to see the reason for the rejection</li> <li>Easy to find out the products</li> <li>Sellers are provided with suggestions for new products on facilities</li> <li>Price comparison from multiple suppliers.</li> <li>And you will get many other benefits after registration.</li> </ul> </p> </div> </div> <div> <input type="checkbox" id="question5" name="q" class="questions"> <div class="plus">+</div> <label for="question5" class="question"> 5. Which type of documents are required for the registration? </label> <div class="answers"> <p><b class="ans">Ans:</b> PAN card, bank account, residency proof, VAR/TIN number, mobile number, cancel the cheque, MCA registration number, KYC documents (Aadhaar card/ passport/ driving license/voter id), etc.</p> </div> </div> <div> <input type="checkbox" id="question6" name="q" class="questions"> <div class="plus">+</div> <label for="question6" class="question"> 6. How you can check the registration status? </label> <div class="answers"> <p><b class="ans">Ans:</b> <ul> <li>Go to the official site of the portal.</li> <li>You will get an option track order</li> <li>Enter the tracking id there.</li> <li>Now you can see your registration status.</li> </ul> </p> </div> </div> <div> <input type="checkbox" id="question7" name="q" class="questions"> <div class="plus">+</div> <label for="question7" class="question"> 7. What type of products can be sold through the portal? </label> <div class="answers"> <p><b class="ans">Ans:</b> <ul> <li>Medical equipment </li> <li>Handmade products</li> <li>Machinery</li> <li>Office appliances etc.</li> </ul> </p> </div> </div> <div> <input type="checkbox" id="question8" name="q" class="questions"> <div class="plus">+</div> <label for="question8" class="question"> 8. Which type of products are popular in the government e-marketplace? </label> <div class="answers"> <p><b class="ans">Ans:</b> recently furniture, office appliances, and handmade products are the most popular products on the portal.</p> </div> </div> <div> <input type="checkbox" id="question9" name="q" class="questions"> <div class="plus">+</div> <label for="question9" class="question"> 9. Does caution money have to be paid to access the portal? </label> <div class="answers"> <p><b class="ans">Ans:</b> yes, it's mandatory and you have to pay caution money if you want access to the portal.</p> </div> </div> <div> <input type="checkbox" id="question10" name="q" class="questions"> <div class="plus">+</div> <label for="question10" class="question"> 10. Who are eligible for registration? </label> <div class="answers"> <p><b class="ans">Ans:</b> Any seller who wants to sell their product online and has certified products is eligible for registration.</p> </div> </div> <div> <input type="checkbox" id="question11" name="q" class="questions"> <div class="plus">+</div> <label for="question11" class="question"> 11. What is the process of becoming a seller? </label> <div class="answers"> <p><b class="ans">Ans:</b> <ul> <li> Go to the official site of the portal.</li> <li> Fill up the form.</li> <li> After submitting the form, you have to make a successful payment.</li> <li> Then you will get an OTP on your registered mobile number or email id.</li> <li> Our executive will collect that OTP for the further process. </li> <li> Now. your registration is done.</li> <li> After registration, you will get your seller id and login credentials.</li> <li> Within 2-3 working days, you will receive the certificate.</li> <li> The most important thing is your catalog listing should be done.</li> </ul> </p> </div> </div> <div> <input type="checkbox" id="question12" name="q" class="questions"> <div class="plus">+</div> <label for="question12" class="question"> 12. What is the portal? </label> <div class="answers"> <p><b class="ans">Ans:</b>The portal is an online market where sellers can sell their products to the government.</p> </div> </div> <div> <input type="checkbox" id="question13" name="q" class="questions"> <div class="plus">+</div> <label for="question13" class="question"> 13. What are the different payment modes available on the portal? </label> <div class="answers"> <p><b class="ans">Ans:</b> <ul> <li>Internet banking</li> <li>Railway for railways buyers</li> <li>PFMS</li> <li>IFMS</li> <li>CGDA for defense buyers</li> <li> pool account and others.</li> </ul> </p> </div> </div> </div> </div> </div> </div> <?php include('footer.php');?> <script> function turnovers(vals){ if(vals==0){ // document.getElementById('turnover2').style.display='none'; document.getElementById('turnover1').style.display='block'; } else if(vals==1){ document.getElementById('turnover1').style.display='none'; } return; } </script> </body> <script src="/state.js"></script> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка