Файловый менеджер - Редактировать - /home/d46091/udyamonlineregistration.org/udyam-online.php
Назад
<?php session_start(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Udyam registration Online | Udyog aadhar | Msme certificate</title> <meta name="description" content="Apply online for Udyam registration / Udyog Aadhar / Msme Certificate through our user-friendly platform and take advantage of various government schemes"> <link rel="icon" href="./assets/img/flag.png" type="image/gif" sizes="16x16"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"> <link rel="stylesheet" href="main.css?v=<?php echo time(); ?>"> <link rel="canonical" href="https://udyamonlineregistration.org"> <script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "WebSite", "name": "Udyam registration Online | Udyog aadhar | Msme certificate", "url": "https://udyamonlineregistration.org/", "description": "Apply online for Udyam registration / Udyog Aadhar / Msme Certificate through our user-friendly platform and take advantage of various government schemes", "potentialAction": { "@type": "SearchAction", "target": "{search_term_string}", "query-input": "required name=search_term_string" } } </script> <style> @media (min-width: 480px) { .fcs-form-container { padding: 15px 50px; } } .blink { color:#000; animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } } </style> </head> <body> <?php include 'header.php'; ?> <div class="container-fluid fcs-form-container"> <div class="row"> <div class="col-12"> <h1 class="fcs-bold-text-white"style="margin-bottom:5px;font-size:18px">Apply for Udyam Registration</h1> <br> </div> </div> <div class="row"> <div class="col-12 col-lg-6"> <div class="container-fluid fchd text-uppercase text-center"><h2 style="font-size:15px;padding-top: 1%;padding-bottom: 0%;">Udyam Registration Form <br> उदयम पंजीकरण फार्म</h2></div> <form id="main-form" action="submit.php" method="post" enctype="multipart/form-data"> <div class="form-group txt"> <label for="applicant-name">NAME OF THE APPLICANT / आवेदक का नाम<span class="required"> *</span></label> <input type="text" class="form-control" id="applicant-name" name="applicant_name" value="" required=""> </div> <div class="form-group txt"> <label for="mobile-number">MOBILE NUMBER OF APPLICANT / आवेदक का मोबाइल नंबर<span class="required"> *</span></label> <input type="tel" maxlength="10" minlength="10" class="form-control" name="mobile_number" value="" id="mobile-number" required=""> </div> <div class="form-group txt"> <label for="email-id">EMAIL ID OF APPLICANT / आवेदक की ईमेल आईडी<span class="required"> *</span></label> <input type="text" class="form-control" name="email_id" id="email-id" value="" required=""> </div> <div class="form-group txt" style="display:none"> <label for="business-address">PLANT ADDRESS / कार्यालय का पता<span class="required"> *</span></label> <input type="text" class="form-control" name="business_address" id="business-address"> </div> <div class="row"> <div class="form-group txt col-lg-4 col-12" style="display:none"> <label>State / राज्य<br><span class="required"> *</span></label> <select size="1" class="form-control" name="plant_state"> <option value="">Select State</option> <option value="Andhra_Pradesh">Andhra_Pradesh</option> <option value="Arunachal_Pradesh">Arunachal_Pradesh</option> <option value="Assam">Assam</option> <option value="Bihar">Bihar</option> <option value="Chhattisgarh">Chhattisgarh</option> <option value="Dadara">Dadara</option> <option value="Daman">Daman</option> <option value="Delhi">Delhi</option> <option value="Goa">Goa</option> <option value="Gujarat">Gujarat</option> <option value="Haryana">Haryana</option> <option value="Himachal_Pradesh">Himachal_Pradesh</option> <option value="Jammu_and_Kashmir">Jammu_and_Kashmir</option> <option value="Jharkhand">Jharkhand</option> <option value="Karnataka">Karnataka</option> <option value="Kerala">Kerala</option> <option value="Madhya_Pradesh">Madhya_Pradesh</option> <option value="Maharashtra">Maharashtra</option> <option value="Manipur">Manipur</option> <option value="Meghalaya">Meghalaya</option> <option value="Mizoram">Mizoram</option> <option value="Nagaland">Nagaland</option> <option value="Odisha">Odisha</option> <option value="Puducherry">Puducherry</option> <option value="Punjab">Punjab</option> <option value="Rajasthan">Rajasthan</option> <option value="Sikkim">Sikkim</option> <option value="Tamil_Nadu">Tamil_Nadu</option> <option value="Telangana">Telangana</option> <option value="Tripura">Tripura</option> <option value="Uttar_Pradesh">Uttar_Pradesh</option> <option value="Uttarakhand">Uttarakhand</option> <option value="West_Bengal">West_Bengal</option> </select> </div> <div class="form-group txt col-lg-4 col-12" style="display:none"> <label>District / जिला<br><span class="required">(Required)</span></label> <select class="form-control" name="plant_district"> <option value="" selected="selected">Please select District</option> </select> </div> <div class="form-group txt col-lg-4 col-12" style="display:none"> <label>PINCODE / पिन कोड <br><span class="required"> *</span></label> <input type="text" class="form-control" name="plant_pincode"> </div> </div> <div class="form-group txt"> <label for="office-address">BUSINESS OFFICE ADDRESS / व्यापार कार्यालय का पता <span class="required"> *</span></label> <input type="text" class="form-control" name="office_address" id="office-address"value="" required=""> </div> <div class="row"> <div class="form-group txt col-lg-4 col-12"> <label for="office-pincode">PINCODE / पिन कोड <span class="required"> *</span></label> <input type="text" maxlength="6" class="form-control" name="office_pincode" value="" id="office-pincode" required=""> </div> <div class="form-group txt col-lg-4 col-12"> <label for="office-state">State / राज्य <span class="required"> *</span></label> <select id="office-state" size="1" class="form-control" name="office_state" onchange="makeSubmenuOffice(this.value)" required=""> <option value="">Select State</option> <option value="Andaman_And_Nicobar_Island">1. ANDAMAN AND NICOBAR ISLANDS / अंदमान और निकोबार द्वीपसमूह</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><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 col-lg-4 col-12"> <label for="office-district">District / जिला <span class="required"> *</span></label> <select class="form-control" name="office_district" id="office-district" required=""> <option value="" selected="selected">Please select District</option> </select> </div> </div> <div class="form-group txt" style="display: none"> <label>ANNUAL TURNOVER / वार्षिक कारोबार</label> <input type="text" class="form-control" name="annual_turnover"> </div> <div class="form-group txt" style="display: none"> <label>GENDER</label> <select class="form-control" name="gender"> <option value="">--Select--</option> <option value="Male">Male</option> <option value="Female">Female</option> </select> </div> <div class="form-group txt"> <label for="social-category">SOCIAL CATEGORY / सामाजिक श्रेणी</label> <select class="form-control" name="social_category" id="social-category" required=""> <option value="">--Select--</option> <option value="General">General</option> <option value="SC">SC</option> <option value="ST">ST</option> <option value="OBC">OBC</option> </select> </div> <div class="form-group txt" style="display: none"> <label>ARE YOU PHYSICALLY HANDICAPPED?</label> <select class="form-control" name="physically_handicapped"> <option value="">--Select--</option> <option value="Yes">Yes</option> <option value="No">No</option> </select> </div> <?php if(isset($_GET['cid']) && ($_GET['cid']!='')){?> <div class="form-group txt" > <label for="aadhaar-number">AADHAAR NUMBER / आधार संख्या <span class=""> *</span> <button class="btn font-weight-bold" style="color:red;font-size: 12px;" onclick="AadhaarDocuments()">(TO KNOW MORE CLICK HERE)</button></label> <input type="text" class="form-control" maxlength="12" minlength="12" name="aadhaar_number" id="aadhaar-number" value=""> </div> <?php } ?> <!-- <div id="aadhaar-docs" style="display:none"> <span> <button class="btn float-right" style="Color:#193f90;font-weight:bold" onclick="AadhaarDocuments()">X</button><table class="table"> <tbody><tr style="background-color:#181c2e;color:White;text-align:Center"> <th colspan="2">DOCUMENTS REQUIRED FOR THE FOLLOWING</th> </tr> <tr style="background-color:#fff"> <th>FOR PROPRIETORSHIP FIRM</th> <td>AADHAAR OF OWNER</td> </tr> <tr> <th>FOR PARTNERSHIP FIRM</th> <td>AADHAAR OF ANY PARTNER</td> </tr> <tr style="background-color:#fff"> <th>FOR PRIVATE LTD COMPANY</th> <td>AADHAAR OF ANY DIRECTOR</td> </tr> <tr> <th>FOR LLP</th> <td>AADHAAR OF ANY PARTNER</td> </tr> <tr style="background-color:#fff"> <th>FOR ONE PERSON COMPANY</th> <td>AADHAAR OF DIRECTOR</td> </tr> <tr> <th>FOR SOCIETY</th> <td>AADHAAR OF ANY AUTHORISED PERSON</td> </tr> <tr style="background-color:#fff"> <th>FOR HUF</th> <td>AADHAAR OF KARTA</td> </tr> <tr> <th>FOR OTHERS</th> <td>AADHAAR OF ANY AUTHORISED PERSON</td> </tr> </tbody></table> </span> </div>--> <div class="form-group txt" style="display: none"> <label>PREVIOUS UAM NUMBER (WRITE "NA" IF NOT AVAILABLE) / पिछला UAM नंबर (यदि उपलब्ध न हो तो "NA" लिखें)</label> <input type="text" class="form-control" name="uam_number"> </div> <div class="form-group txt" style="display: none"> <label>GSTIN NUMBER </label> <input type="tel" maxlength="15" minlength="15" class="form-control" name="gstin_number"> </div> <div class="form-group txt"> <label for="type-of-organisation">TYPE OF ORGANISATION / संगठन का प्रकार<span class="required"> *</span> </label> <select class="form-control" name="type_of_organisation" id="type_of_organisation" onchange="organisationType(this)"> <option value="">--Select--</option> <option value="Proprietorship Firm">Proprietorship</option> <option value="Partnership Firm">Partnership Firm</option> <option value="Hindu Undivided Family">Hindu Undivided Family</option> <option value="Limited Liability Partnership">Limited Liability Partnership</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="Self Help Group">Self Help Group</option> <option value="Government Department">Government Department</option> <option value="Society">Society</option> <option value="Trust">Trust</option> <option value="Other">Other</option> </select> </div> <div id="propx" style="display:none"> <div class="row"> <div class="form-group txt col-lg-6"> <label id="pan_label">PAN CARD NUMBER / <code>पैन कार्ड नंबर</code> <span class="required"> *</span></label> <input type="text" class="form-control" 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('')" required> </div> <div class="form-group txt col-lg-6"> <label id="pan_label1">Date Of Birth <span class="required"> *</span></label> <img src="assets/img/info.png" alt=""id="i" data-toggle="modal" data-target="#myModal"style="display:none;width: 11px;margin-left: 15rem;margin-top: -1rem;"> <input type="date" class="form-control" name="organisation_date"style="margin-top: 0.4rem;" required> </div> </div> </div> <div class="form-group txt"> <label for="bank-account-number">BANK ACCOUNT NUMBER / बैंक खाता संख्या</label> <input type="text" class="form-control" name="bank_account_number" id="bank-account-number" value=""> </div> <div class="form-group txt"> <label for="ifsc-code">IFSC CODE / आईएफएससी कोड</label> <input type="text" class="form-control" name="ifsc_code" id="ifsc-code" value=""> </div> <div class="form-group txt"> <label for="business-name">BUSINESS NAME / व्यवसाय नाम</label> <input type="text" class="form-control" name="business_name" id="business-name" value=""> </div> <div class="form-group txt"> <label for="date-of-commencement-of-business">DATE OF COMMENCEMENT OF BUSINESS / व्यवसाय के प्रारंभ होने की तिथि</label> <input type="text" name="date_of_commencement_of_business" class="form-control" placeholder="dd/mm/yyyy" size="10" maxlength="10" id="date-of-commencement-of-business" 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=""> </div> <div class="form-group txt"> <label for="main-business-activity-of-enterprise">MAIN BUSINESS ACTIVITY OF ENTERPRISE / उद्यम की मुख्य व्यावसायिक गतिविधि </label> <select class="form-control" id="main-business-activity-of-enterprise" name="main_business_activity_of_enterprise"> <option value="">--Select--</option> <option value="Manufacturer">Manufacturer</option> <option value="Service Provider">Service Provider</option> <option value="Traders">Traders</option> </select> </div> <div class="form-group txt"> <label for="additional-details-about-business">ADDITIONAL DETAILS ABOUT BUSINESS / व्यापार के बारे में अतिरिक्त विवरण </label> <input type="text" class="form-control" name="additional_details_about_business" id="additional-details-about-business"> </div> <div class="form-group txt" style="margin: 0;"> <label>Number of persons employed / व्यक्ति नियोजित</label> </div> <div class="row"> <div class="form-group col-lg-3 col-12"> <label for="num1">MALE / पुरुष</label> <input type="number" class="form-control" name="persons_employed_male" id="num1" min="0" onchange="sum();" oninput="validity.valid||(value='');"> </div> <div class="form-group col-lg-3 col-12"> <label for="num2">FEMALE / महिला</label> <input type="number" class="form-control" name="persons_employed_female" id="num2" min="0" onchange="sum();" oninput="validity.valid||(value='');"> </div> <div class="form-group col-lg-3 col-12"> <label for="num3">OTHER / अन्य</label> <input type="number" class="form-control" name="persons_employed_other" id="num3" min="0" onchange="sum();" oninput="validity.valid||(value='');"> </div> <div class="form-group col-lg-3 col-12"> <label for="total_sum">TOTAL / संपूर्ण</label> <input type="number" class="form-control" name="persons_employed_total" id="total_sum" readonly=""> </div> </div> <div class="form-group txt" style="display: none"> <label>INVESTMENT IN PLANT AND MACHINERY (AMOUNT IN LACS) / बिजनेस निवेश</label> <input type="text" class="form-control" name="investment_in_plant_and_machinery"> </div> <div class="form-group txt" style="display: none"> <label>UPLOAD YOUR AADHAAR CARD - FRONT SIDE / आधार कार्ड (सामने) <span class="required">*</span></label> <input type="file" class="form-control" name="upload_aadhaar_card_front" id="upload_aadhaar_card_front" onchange="uploadFileACF()" accept="image/*"> <div class="aadhaar_card_front_progress progress"> <div id="aadhaar_card_front_progress" class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" value="0" max="100"></div> </div> </div> <div class="form-group txt"> <label for="upload_pan_card_front">UPLOAD YOUR PAN CARD - FRONT SIDE / पैन कार्ड (सामने) <span class="required">*</span></label> <input type="file" class="form-control" name="upload_pan_card_front" id="upload_pan_card_front" onchange="uploadFilePCF()" accept="image/*"> <div class="pan_card_front_progress progress"> <div id="pan_card_front_progress" class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" value="0" max="100"></div> </div> </div> <div class="form-group form-check"> <input type="checkbox" class="form-check-input" name="terms_of_service" required="" id="terms-of-service"> <label class="form-check-label" for="terms-of-service">I AGREE TO THE <a href="./terms-of-service.php">TERMS OF SERVICE</a> <span class="required txt">[UPDATED]</span></label> </div> <div class="form-group form-check"> <input type="checkbox" class="form-check-input" name="tos" id="tos" required=""> <label class="form-check-label" for="tos">I, the applicant <!--(Owner of Aadhaar Number used in application)--> agree to share Details / Passcodes etc as & when required for the purpose of Udyam Certificate Generation.<span class="required txt">[UPDATED]</span></label> </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" alt="captcha"> </div> <div class="form-group txt" id="sol-number-box" style="display: none"> <label>SOL NUMBER</label> <input type="text" class="form-control" name="sol_number"> </div> <script> function openSOLNumber() { var SOLNumberBox = document.querySelector('#sol-number-box'); if (SOLNumberBox.style.display == 'block') { SOLNumberBox.style.display = 'none'; } else { SOLNumberBox.style.display = 'block'; } } </script> <input type="hidden" class="form-control" name="form_name" value="UDYAM Registration"> <input type="hidden" class="form-control" name="form_id" value="udyam_registration"> <button type="submit" class="btn btn-primary fcs-submit-button">Submit Application</button> </form> </div> <div class="col-12 col-lg-6"> <div class="container fchd text-uppercase text-center"><h2 style="font-size:15px;padding-top: 1%;padding-bottom: 0%;">Read the Instruction to Fill Udyam Registration Form <br> उद्यम पंजीकरण फार्म भरने के लिए निर्देश पढ़ें</h2></div> <div class="form-instructions"> <div class="form-group" style="margin-top: 0px;"> <label class="fcs-text-dark"><strong>Applicant Name (आवेदक का नाम):</strong> APPLICANT NEED TO ENTER HIS/HER NAME AS MENTIONED ON PAN CARD आवेदक को पैन कार्ड पर उल्लिखित अपना नाम दर्ज करना होगा। </label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>Mobile Number (मोबाइल नंबर):</strong> APPLICANT NEEDS TO PROVIDE CORRECT MOBILE NUMBER TO RECEIVE NOTIFICATION अधिसूचना प्राप्त करने के लिए आवेदक को सही मोबाइल नंबर प्रदान करना होगा। </label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>Email Id (ईमेल आईडी):</strong> APPLICANT NEED TO MENTION CORRECT EMAIL ID TO RECEIVE UDYAM CERTIFICATE AND ACKNOWLEDGEMENT. उद्यम प्रमाणपत्र और पावती प्राप्त करने के लिए आवेदक को सही ईमेल आईडी का उल्लेख करना होगा। </label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>BUSINESS OFFICE ADDRESS (व्यवसाय कार्यालय का पता) :</strong> APPLICANT NEED TO PROVIDE CORRECT BUSINESS OFFICE ADDRESS. आवेदक को सही व्यवसाय कार्यालय का पता प्रदान करना होगा।</label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>PINCODE / पिन कोड :</strong>APPLICANT NEED TO FILL CORRECT OFFICE ADDRESS PINCODE. आवेदक को सही कार्यालय पता पिनकोड भरना होगा।</label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>STATE / राज्य :</strong>APPLICANT NEED TO CHOOSE STATE OF BUSINESS OPERATION. आवेदक को व्यवसाय संचालन का राज्य चुनना होगा।</label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>DISTRICT / जिला :</strong> APPLICANT NEED TO SELECT CORRECT DISTRICT ACCORDING TO THE STATE. आवेदक को राज्य के अनुसार सही जिले का चयन करना होगा। </label> </div> <div class="form-group" style="margin-top: 20px; display:none"> <label class="fcs-text-dark"><strong>SOCIAL CATEGORY / सामाजिक श्रेणी</strong>APPLICANT NEED TO CHOOSE CORRECT SOCIAL CATEGORY आवेदक को सही सामाजिक श्रेणी का चयन करना होगा। </label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>TYPE OF ORGANISATION / संगठन का प्रकार :</strong>APPLICANT MUST CHOOSE ONE OF THE TYPE OF ORGANISATION . आवेदक को संगठन के प्रकार में से एक का चयन करना होगा। </label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>PAN CARD NUMBER / पैन कार्ड नंबर :</strong> APPLICANT NEED TO PROVIDE CORRECT HIS/HER PAN CARD NUMBER. आवेदक को अपना सही पैन कार्ड नंबर प्रदान करना होगा। </label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>BANK ACCOUNT NUMBER / बैंक खाता संख्या :</strong>APPLICANT NEED TO FILL CORRECT BANK ACCOUNT NUMBER . आवेदक को सही बैंक खाता नंबर भरना होगा।</label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>IFSC CODE / आईएफएससी कोड :</strong> APPLICANT NEED TO PROVIDE CORRECT IFSC CODE. आवेदक को सही आईएफएससी कोड प्रदान करना होगा। </label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>BUSINESS NAME / व्यवसाय नाम :</strong> APPLICANT NEED TO PROVIDE CORRECT BUSINESS NAME . आवेदक को सही व्यवसाय नाम प्रदान करना होगा। </label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>DATE OF COMMENCEMENT OF BUSINESS / व्यवसाय के प्रारंभ होने की तिथि :</strong> APPLICANT NEED TO PROVIDE DATE OF COMMENCEMENT OF BUSINESS. आवेदक को व्यवसाय शुरू करने की तारीख बतानी होगी।</label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>MAIN BUSINESS ACTIVITY OF ENTERPRISE / उद्यम की मुख्य व्यावसायिक गतिविधि :</strong>APPLICANT NEED TO CHOOSE THE MAIN ACTIVITY OF BUSINESS FOR ENTERPRISE आवेदक को उद्यम के लिए व्यवसाय की मुख्य गतिविधि का चयन करना होगा </label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>ADDITIONAL DETAILS ABOUT BUSINESS / व्यापार के बारे में अतिरिक्त विवरण :</strong>APPLICANT NEED TO PROVIDE MORE DETAILS ABOUT BUSINESS. आवेदक को व्यवसाय के बारे में अधिक विवरण प्रदान करना होगा। </label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>NUMBER OF PERSONS EMPLOYED / व्यक्ति नियोजित </strong>APPLICANT NEED TO MENTION THE NUMBER OF EMPLOYED PERSON आवेदक को कार्यरत व्यक्ति की संख्या का उल्लेख करना होगा। </label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"> AFTER APPLICANT NEED TO UPLOAD FRONT SIDE COPY OF PAN CARD आवेदक को पैन कार्ड की सामने की प्रति अपलोड करनी होगी। </label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"> CLICK ON BOTH THE CHECKBOX TO AGREE WITH TERMS OF SERVICE सेवा की शर्तों से सहमत होने के लिए दोनों चेकबॉक्स पर क्लिक करें। </label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark">FILL CORRECT VERIFICATION CODE ON THE GIVEN AREA TO PROCEED FOR THE APPLICATION आवेदन के लिए आगे बढ़ने के लिए दिए गए क्षेत्र पर सही सत्यापन कोड भरें। </label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark">AFTER FILLING ALL THE DETAILS IN THE APPLICATION FORM , CLICK ON THE SUBMIT BUTTON आवेदन पत्र में सभी विवरण भरने के बाद सबमिट बटन पर क्लिक करें। </label> </div> <div class="form-group" style="margin-top: 30px;display:none"> <strong>Note:</strong> After the payment is made successfully document(AADHAAR CARD & PAN CARD) submission will be required. भुगतान सफलतापूर्वक हो जाने के बाद दस्तावेज़ (आधार कार्ड और पैन कार्ड) जमा करना आवश्यक होगा। </div> </div> </div> </div><br><br> <div class="container-fluid p-2" style="background-color: #ecf5f7;"> <h2><b>WHAT IS UDYAM CERTIFICATE?</b></h2> <p> The Udyam Certificate, Introduced By The Indian Government, Plays A Critical Role In Raising And Supporting The Small And Medium-sized Enterprises (SMEs) Sector In The Country. As A Successor To The Earlier System Of Classification Known As The MSME (micro, Small, And Medium Enterprises) Registration, The Udyam Certificate Aims To Streamline And Simplify The Process For Enterprises Seeking Recognition And Benefits Under The MSME Sector.<br><br> This Certification Holds Significant Importance As It Enables Businesses To Avail Themselves Of Various Schemes, Subsidies, And Benefits Offered By The Government. It Empowers Enterprises To Flourish And Contribute Substantially To The Nation's Economic Growth.<br><br> The Udyam Certificate Is Primarily Directed Towards Enterprises Engaged In Manufacturing Or Service Activities. The Classification Is Based On The Investment In Plant And Machinery Or Equipment And Turnover Of The Enterprise. Small Businesses Often Face Challenges In Accessing Credit, Technology, And Market Opportunities. The Udyam Certificate Endeavors To Address These Challenges By Providing Formal Recognition To These Entities And Facilitating Their Growth And Sustainability.<br><br> One Of The Advantages Of Obtaining The Udyam Certificate Is The Ease Of Access To Credit. Banks And Financial Institutions Recognize And Provide Preferential Treatment To Udyam-certified Businesses. They Offer Lower Interest Rates On Loans, Simplified Loan Application Procedures, And Quicker Approvals, Enabling These Enterprises To Invest In Their Growth And Development.<br><br> The Process Of Obtaining The Udyam Certificate Is Relatively Straightforward. Enterprises Can Apply Online Through The Udyam Registration Portal By Providing Basic Information Such As Udyam number, PAN details, Business Name, And Other Relevant Documentation. The Registration Process Involves Self-declaration, Making It Hassle-free And Convenient For Entrepreneurs. </p> </div> </div> <div class="modal fade" id="myModal" role="dialog"> <div class="modal-dialog modal-md" style="margin-top:11rem"> <div class="modal-content"> <div style="margin-right:10px;margin-top:5px;"> <button type="button" class="close" data-dismiss="modal">×</button> </div> <div class="modal-body pt-0" style="margin-top:-5px;"> <div class="row"> <div class="col-sm-12"> <p style="text-align:center;"><b><span id="propz" style="font-size:14px;text-transform:capitalize"></span></b></p> </div> </div> </div> </div> </div> </div> <br><br> <?php include'footer.php';?> <script src="../state.js"></script> <script> window.sum = function sum() { var w = document.getElementById('num1').value || 0; var x = document.getElementById('num2').value || 0; var y = document.getElementById('num3').value || 0; var z=parseInt(w)+parseInt(x)+parseInt(y); document.getElementById('total_sum').value=z; }; function organisationType(selectElement) { document.querySelectorAll('#propx input[type="text"], #propx input[type="date"]').forEach(input => input.value = ''); var typeOfOrganisation = document.getElementById("type_of_organisation").value; var panLabel = document.getElementById("pan_label"); var panLabel1 = document.getElementById("pan_label1"); var propxText = document.querySelector('#propz'); switch (typeOfOrganisation) { case "Proprietorship Firm": document.querySelector('#propx').style.display = 'block'; panLabel.innerText = "Owner PAN Card Number"; panLabel1.innerText = "Owner Date Of Birth:"; document.querySelector('#i').style.display = 'none'; break; case "Partnership Firm": document.querySelector('#propx').style.display = 'block'; panLabel.innerText = "Firm PAN Card Number"; panLabel1.innerText = "Firm Date Of Incorporation"; document.querySelector('#i').style.display = 'block'; propxText.innerText = "Date of Incorporation can be found on Partnership Firm Pan card"; break; case "Hindu Undivided Family": document.querySelector('#propx').style.display = 'block'; panLabel.innerText = "HUF PAN Card Number"; panLabel1.innerText = "HUF Date Of Incorporation"; document.querySelector('#i').style.display = 'block'; propxText.innerText = "Date of Incorporation can be found on Hindu Undivided Family Pan card"; break; case "Limited Liability Partnership": document.querySelector('#propx').style.display = 'block'; panLabel.innerText = "LLP PAN Card Number"; panLabel1.innerText = "LLP Date Of Incorporation"; document.querySelector('#i').style.display = 'block'; propxText.innerText = "Date of Incorporation can be found on Limited Liability Partnership Pan card"; break; case "Private Limited": document.querySelector('#propx').style.display = 'block'; panLabel.innerText = "Company PAN Card Number"; panLabel1.innerText = "Company Ltd Date Of Incorporation"; document.querySelector('#i').style.display = 'block'; propxText.innerText = "Date of Incorporation can be found on Private Limited Company PAN card"; break; case "Public Limited": document.querySelector('#propx').style.display = 'block'; panLabel.innerText = "Company PAN Card Number"; panLabel1.innerText = "Company Date Of Incorporation"; document.querySelector('#i').style.display = 'block'; propxText.innerText = "Date of Incorporation can be found on Public Limited Pan card"; break; case "Self Help Group": document.querySelector('#propx').style.display = 'block'; panLabel.innerText = "Self Help Group PAN Card Number"; panLabel1.innerText = "SHG Date Of Incorporation"; document.querySelector('#i').style.display = 'block'; propxText.innerText = "Date of Incorporation can be found on Self Help Group Pan card"; break; case "Government Department": document.querySelector('#propx').style.display = 'block'; panLabel.innerText = "Government Department PAN Card Number"; panLabel1.innerText = "Government Department Date Of Incorporation"; document.querySelector('#i').style.display = 'block'; propxText.innerText = "Date of Incorporation can be found on Government Department Pan card"; break; case "Society": document.querySelector('#propx').style.display = 'block'; panLabel.innerText = "Society PAN Card Number"; panLabel1.innerText = "Society Date Of Incorporation"; document.querySelector('#i').style.display = 'block'; propxText.innerText = "Date of Incorporation can be found on Society Pan card"; break; case "Trust": document.querySelector('#propx').style.display = 'block'; panLabel.innerText = "Trust PAN Card Number"; panLabel1.innerText = "Trust Date Of Incorporation"; document.querySelector('#i').style.display = 'block'; propxText.innerText = "Date of Incorporation can be found on Trust Pan card"; break; case "One Person Company": document.querySelector('#propx').style.display = 'block'; panLabel.innerText = "OPC PAN Card Number"; panLabel1.innerText = "OPC Date Of Incorporation"; document.querySelector('#i').style.display = 'block'; propxText.innerText = "Date of Incorporation can be found on One Person Company Pan card"; break; case "Other": document.querySelector('#propx').style.display = 'block'; panLabel.innerText = "Other PAN Card Number"; panLabel1.innerText = "Other Date Of Incorporation"; document.querySelector('#i').style.display = 'block'; propxText.innerText = "Date of Incorporation can be found on Other Pan card"; break; default: document.querySelector('#propx').style.display = 'none'; panLabel.innerText = "--Select Type of Organisation--"; } } </script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка