Файловый менеджер - Редактировать - /home/d46091/e-udyogaadhaar.com/msme-databank-registration.php
Назад
<?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 Registration, Download MSME Databank</title> <meta name="description" content="MSME Databank enables online registration by MSMEs once their Udyog Aadhaar Number has been generated from the government."> <link rel="icon" href="./assets/img/flag.png" type="image/gif" sizes="16x16"> <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"> <link rel="canonical" href="https://www.eudyogaadhaar.org/msme-databank-registration.php" /> </head> <body> <?php include 'header.php'; ?> <div class="container fcs-form-container"> <div class="row"> <div class="col-12"> <span class="fcs-bold-text-white"style="margin-bottom:5px">Apply for Udyog Aadhaar Registration Certificate by submitting the below form</span> <br> <span class="fcs-bold-text-white"style="margin-bottom:5px;font-size:16px">MSME UDYOG AADHAAR REGISTRATION ONLINE, SSI - SMALL SCALL INDUSTRIES CERTIFICATE - UPDATE, EDIT AND DOWNLOAD ACKNOWLEDGEMENT</span> <br> </div> </div> <div class="row"> <div class="col-12 col-lg-6"> <form action="submit.php" method="post" enctype="multipart/form-data"> <h2 class="fcs-bold-text-dark" style="margin-bottom: 15px">MSME DATABANK REGISTRATION CERTIFICATE FORM </h2> <br> <div class="form-group txt"> <label>APPLICANT NAME <span class="required">(Required)</span></label> <input type="text" class="form-control" name="applicant_name" value="" required> </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" required> </div> <div class="form-group txt"> <label>EMAIL ID <span class="required">(Required)</span></label> <input type="text" class="form-control" name="email_id" required> </div> <div class="form-group txt"> <label>PLANT ADDRESS <span class="required">(Required)</span></label> <input type="text" class="form-control" name="business_address" required> </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 <span class="required">(Required)</span></label> <input type="text" class="form-control" name="aadhaar_number" required> </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"> <h2 class="fcs-bold-text-dark" style="margin-bottom: 15px">INSTRUCTIONS TO FILL MSME REGISTRATION FORM </h2> <br> <br> <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> <br> <br> <?php include 'footer.php'; ?> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка