Файловый менеджер - Редактировать - /home/d46091/udyogaadhaar.net/blog-post/images/698279/msme-databank-registration.php.tar
Назад
home/d46091/udyogaadhaar.net/msme-databank-registration.php 0000644 00000027344 15026513727 0017510 0 ustar 00 <?php header('Location: udyam-online.php'); exit(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>MSME DataBank | MSME Data Bank Registration, Certificate Process, Benefits </title> <meta name="description" content="Get your business Micro, Small & Medium Enterprises - MSME DataBank Registration online from MSME DataBank portal. Easy process to get your MSME Databank registration."> <link rel="icon" href="https://udyogaadhaar.net/assets/img/udyogaadhaar.net%20logo.svg" type="image/gif" sizes="16x16" alt="MSME DataBank | MSME Data Bank Registration, Certificate Process, Benefits "> <script src="https://kit.fontawesome.com/d23a55b7f1.js" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap" rel="stylesheet"> <link rel="stylesheet" href="main.css"> </head> <body> <?php include 'header.php'; ?> <div class="container-fluid fcs-cont"> <h6 style="font-weight:bold">MSME - Micro, Small & Medium Enterprises / SSI - Small Scale Industry Udyog Aadhaar Registration Service Update, Print & Trace Acknowledgement</h6> </div> <div class="container fcs-form-container"> <div class="row"> <div class="col-12"> <h1 class="fcs-bold-text-white"style="margin-bottom:5px">MSME DATABANK REGISTRATION FORM</h1> <br> </div> </div> <div class="row"> <div class="col-12 col-lg-6"> <form action="preview.php" method="post" enctype="multipart/form-data"> <div class="form-group txt"> <label>APPLICANT NAME <span class="required">(Required)</span></label> <input type="text" class="form-control" name="applicant_name" value=""> </div> <div class="form-group txt"> <label>MOBILE NUMBER <span class="required">(Required)</span></label> <input type="tel" maxlength="10" minlength="10"class="form-control" name="mobile_number"> </div> <div class="form-group txt"> <label>EMAIL ID <span class="required">(Required)</span></label> <input type="text" class="form-control" name="email_id"> </div> <div class="form-group txt"> <label>PLANT ADDRESS <span class="required">(Required)</span></label> <input type="text" class="form-control" name="business_address"> </div> <div class="form-group txt"> <label>OFFICE ADDRESS</label> <input type="text" class="form-control" name="office_address"> </div> <div class="form-group txt"> <label>AADHAAR NUMBER</label> <input type="text" class="form-control" name="aadhaar_number"> </div> <div class="form-group txt"> <label>PAN CARD NUMBER</label> <input type="text" class="form-control" name="pan_card_number"> </div> <div class="form-group txt"> <label>BUSINESS NAME</label> <input type="text" class="form-control" name="business_name"> </div> <div class="form-group txt"> <label>NATURE OF YOUR BUSINESS ACTIVITY / SERVICE ACTIVITY</label> <input type="text" class="form-control" name="nature_of_business_activity"> </div> <div class="form-group txt"> <label>PRODUCT / SERVICE NAME</label> <input type="text" class="form-control" name="product_service_name"> </div> <div class="form-group txt"> <label>PRODUCT / SERVICE DESCRIPTION</label> <input type="text" class="form-control" name="product_service_description"> </div> <div class="form-group txt"> <label>ANNUAL PRODUCTION CAPACITY</label> <input type="text" class="form-control" name="annual_production_capacity"> </div> <div class="form-group txt"> <label>PRODUCTION MEASUREMENT UNIT</label> <select class="form-control" name="production_measurement_unit"> <option value="">--Select--</option> <option value="Foot">Foot</option> <option value="Inch">Inch</option> <option value="Kilo Watt">Kilo Watt</option> <option value="Kilo Gram">Kilo Gram</option> <option value="Kilo Metre">Kilo Metre</option> <option value="Litre">Litre</option> <option value="Mega Watt">Mega Watt</option> <option value="Meter">Meter</option> <option value="Metric Ton">Metric Ton</option> <option value="Piece">Piece</option> <option value="Square Feet">Square Feet</option> <option value="Square Meter">Square Meter</option> <option value="Ton">Ton</option> <option value="Unit">Unit</option> <option value="Yard">Yard</option> </select> </div> <div class="form-group form-check"> <input type="checkbox" class="form-check-input" name="terms_of_service"> <label class="form-check-label">I AGREE TO THE <a href="./terms-of-service.php">TERMS OF SERVICE</a></label> </div> <input type="hidden" class="form-control" name="form_name" value="Databank Registration"> <input type="hidden" class="form-control" name="form_id" value="databank_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="form-instructions"> <div class="form-group" style="margin-top: 25px;"> <label class="fcs-text-dark"><strong>Applicant Name :</strong> Applicant are required to enter his / her name as mentioned on Aadhaar card, issued by UIDAI.</label> </div> <div class="form-group" style="margin-top: 35px;"> <label class="fcs-text-dark"><strong>Mobile Number :</strong> Applicant are required to enter his / her Indian mobile number. Do not add +91.</label> </div> <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark"><strong>Email Id :</strong> Applicant are required to enter his / her email id, as certificate and acknowledgement will be send to registered id.</label> </div> <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark"><strong>Plant Address :</strong> Applicant are required to enter his / her complete plant address with state and pincode.</label> </div> <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark"><strong>Office Address :</strong> Applicant can enter his / her complete office address with state and pincode.</label> </div> <div class="form-group" style="margin-top: 35px;"> <label class="fcs-text-dark"><strong>Aadhaar Number :</strong> Applicant can enter his / her 12 digit Aadhaar number.</label> </div> <div class="form-group" style="margin-top: 35px;"> <label class="fcs-text-dark"><strong>Pan Card Number :</strong> Applicant have to enter his / her PAN card number.</label> </div> <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark"><strong>Business Name :</strong> Applicant have to enter his / her business name, as it will get printed on certificate.</label> </div> <div class="form-group" style="margin-top: 45px;"> <label class="fcs-text-dark"><strong>Nature of your Business Activity / Service Activity :</strong> Applicant have to enter his / her nature of Business Activity / Service Activity.</label> </div> <div class="form-group" style="margin-top: 35px;"> <label class="fcs-text-dark"><strong>Product / Service Name :</strong> Applicant have to enter his / her Product / Service Name.</label> </div> <div class="form-group" style="margin-top: 35px;"> <label class="fcs-text-dark"><strong>Product / Service Description :</strong> Applicant have to enter his / her Product / Service Description.</label> </div> <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark"><strong>Annual Production Capacity :</strong> Applicant have to enter his / her Annual Production Capacity.</label> </div> <div class="form-group" style="margin-top: 35px;"> <label class="fcs-text-dark"><strong>Production Measurement Unit :</strong > Applicant have to enter his / her Production Measurement Unit as per given list.</label> </div> <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark"><strong>SUBMIT APPLICATION :</strong> Applicant have to click on submit application button after all details and document have uploaded.</label> </div> </div> </div> </div> </div> </div> <!-- Back To Top Button --> <a href="#" class="cd-top text-replace js-cd-top"><i class="fas fa-arrow-up"></i></a> <?php include 'footer.php'; ?> <!-- Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script> <!-- Custom JS --> <script src="./assets/js/nav.js"></script> <script src="./assets/js/util.js"></script> <script src="./assets/js/main.js"></script> </body> </html>